Memory Pool Memory Pool Refreshing

2,044 transactions
6.64 vMB
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,254 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,364 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,253 (814,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,705 93,705 000000000004581e821cf02f01ade70410e445574948f4e53e5007ca97a206d6 0.00 MB 14 0
93,704 93,704 00000000000455461aae43240113ff65375b4f222c1ce90668d056e19e9e8972 0.00 MB 14 0
93,703 93,703 000000000004d767bfe7bd5a3280bff43d9cafb121e9e3d6401fd1f818f236f7 0.00 MB 14 0
93,702 93,702 000000000000c5550af1a11917d5616367a2402000bd0e552bb4dbe20b4e03c9 0.00 MB 8 0
93,701 93,701 00000000000238888e066733d2e91965bb2441b5c6499f764065bd210df48dc0 0.00 MB 12 0
93,700 93,700 0000000000011c7edb2aefce1150fdc27dde71b9dc60127a252f641e54ba766b 0.05 MB 66 0
93,699 93,699 0000000000028ef931a018395bccbeb8fcc30748e2824a9dc66dcdc20ff2217d 0.00 MB 14 0
93,698 93,698 000000000005f79cbec911fada182acebd12d3339e737f738ce1dcac2bc70153 0.05 MB 38 0
93,697 93,697 00000000000982b51416b9e95aac927501765c5fcbc0c65cede6fd71d99bf408 0.00 MB 9 0
93,696 93,696 00000000000464fa054efeca40086cd6f84d9df90ee0bc5bad01cc32f9d69057 0.00 MB 13 0
93,695 93,695 0000000000082cb350b461d88bc316104495bee5f69e373153e1caa560480002 0.05 MB 143 0
93,694 93,694 000000000006ad02542fa293a8b3c83427369f05f33c2aa1a8c73a493e7a0765 0.00 MB 1 0
93,693 93,693 000000000000954681969653ca79ae1389910c04368335f663f475cbd598a22a 0.00 MB 14 0
93,692 93,692 000000000000ed37f9ffa096bdcce7d5d0a9b835a33612551fb3b6769876002a 0.20 MB 510 0
93,691 93,691 0000000000001514672ea118d0d00a0477255957fcc18309f42d8b7fc0b4dec6 0.00 MB 5 0
93,690 93,690 000000000003045bd3527b85ce502f2c3c8d0da8b8672ac08c3e962269b91f6e 0.00 MB 14 0
93,689 93,689 000000000009093c94ee974056360a2b56837fab0d2cf45afbf48d1da196fb47 0.00 MB 13 0
93,688 93,688 000000000002aa96dbb9040e76999828a17dc27a3c03b666ef46bd0eef220c35 0.05 MB 88 0
93,687 93,687 000000000005b859eae904aaa5716535d0b778441a4cb98917cd41452873aae0 0.05 MB 112 0
93,686 93,686 00000000000536ce81ff3b696b4d1c01bbf1219dece3f7250853f289cee4dc67 0.05 MB 61 0
93,685 93,685 000000000004264d5fd01f40999c733b2ac8e1abacf9f9e44fd274fb41465205 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 770.07 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,691.10 GB sent, 98.01 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.