Memory Pool Memory Pool Refreshing

1,758 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,676 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,756 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,675 (849,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,657 59,657 000000000036937ad8555c0774ae665c58b99b0a2f9cb70e933e4170e1f2ca29 0.00 MB 1 0
59,656 59,656 0000000004ef141f1c276fb7eb734369f3fa12ce15b6f7bb5050de0d79be5701 0.00 MB 3 0
59,655 59,655 000000000129d309442cbcb92e14aa5789e51daaeb17729d9d5f639254a8404a 0.00 MB 1 0
59,654 59,654 0000000009a9c54bdc4cba4963b0698e7221fb62b9f6abddec0eee5e3bc8d345 0.00 MB 2 0
59,653 59,653 00000000096bee0ee346b7bc5974033a1ee167b3138a14af356e0e62fe1f30e1 0.00 MB 1 0
59,652 59,652 0000000001be31d43af765da83ec54806e907e407605e196064532dc3b5a2fcf 0.00 MB 1 0
59,651 59,651 000000000876f49b6fa175ca7fc0ef007bd16df1dba093212d18bfd5706a08d2 0.00 MB 1 0
59,650 59,650 000000000513d8a13222c18d6aa58656d9eeb5b98301a7ab460e49bf7ccbed8f 0.00 MB 1 0
59,649 59,649 0000000001409271de610c2415a5ac4e80e8e62de7b481810cbecb1684575fcd 0.00 MB 1 0
59,648 59,648 0000000007d7bff68c95d2fd1cf9a5749d239812aa32799aece295a774837fff 0.00 MB 1 0
59,647 59,647 0000000008e5d9de3c16283129a94e3a92aae7f48a6cbb8c6115c6347ae401d1 0.00 MB 1 0
59,646 59,646 000000000c7587b35e24fcbbfe07b529ca740aa8068298f830001c9b26401f01 0.00 MB 1 0
59,645 59,645 0000000008ebb2146a55974ade6ff3a4f0883bf6ee856abc428e2f849238994f 0.00 MB 2 0
59,644 59,644 000000000d86579f6df96beb6d98f3ef0e27b695991f716cf4dfeefd00ae949c 0.00 MB 2 0
59,643 59,643 000000000beb727eee9d3974b0affb49a401d0e139fdb8082742c27b5a94ede2 0.00 MB 1 0
59,642 59,642 00000000016b58daf5c956b2f83f3b30e010c266280fe53da9ec1f472a722d9c 0.00 MB 1 0
59,641 59,641 000000000a69d1fe305d3e1b9cd149d8fa692e97f1ab4a06bc1104875ceee5af 0.00 MB 3 0
59,640 59,640 000000000ac1b9f7fde0a279957b224553fe650af6d47b66b2014709d6485af3 0.00 MB 2 0
59,639 59,639 000000000ebfeb67ef49db63251b47a3b55672d00d262d375f265a6733ee83c8 0.00 MB 3 0
59,638 59,638 000000000bc5767dfe7db490d73333ca73c1e418ebdecead44d5aaf26ed22723 0.00 MB 1 0
59,637 59,637 000000000c208879a7ff1331986d36bdee90e9d887aad2d6b00657feeeffbc23 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.95 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,853.57 GB sent, 101.71 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.