Memory Pool Memory Pool Refreshing

6,011 transactions
3.58 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,807 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (594,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,659 313,659 000000000000000017b67dc8273bf32756b88ddd3697efb065434efc55b1abf7 0.33 MB 410 20
313,658 313,658 00000000000000001a7b4175f97a68afc8f077e529e6dfc298c608c5c1accd7f 0.11 MB 256 32
313,657 313,657 00000000000000001d9457762f74eee2c511dfd117d8d1ac34f084b0f283ac5a 0.10 MB 203 47
313,656 313,656 00000000000000000e2667f8c4c3c7945a01f3e48db3106f0180c92886d75d44 0.15 MB 225 19
313,655 313,655 0000000000000000038d0a5d9bb27905269073e47b97f411f38933f91c508423 0.30 MB 374 22
313,654 313,654 00000000000000001bbf55e8d9655ff8addf1fb62a30784f53c8faad4576c891 0.09 MB 256 84
313,653 313,653 000000000000000034ddab8bd16a63a6680997ec6bc7956ed049369db22a8e09 0.32 MB 547 25
313,652 313,652 00000000000000002df3c1ce0b54e70b6e5797126125427c7a60ef7c42a83394 0.10 MB 148 23
313,651 313,651 000000000000000030643245fa0d241e33e819646a3a18c6030ed97d8b6d3068 0.32 MB 633 29
313,650 313,650 00000000000000001b3f907f639d841896a6a9f810a57adedc20cc19e044fcd5 0.10 MB 123 20
313,649 313,649 000000000000000027abdecb6816b0461ea8c3cd7ccc3bcfcdac1a1176db8665 0.05 MB 106 30
313,648 313,648 000000000000000005fe39bbe162d3d04b71a2efccc37ac5717131c598d25800 0.03 MB 33 21
313,647 313,647 000000000000000018a65343c1e188d7364146354b870b4df00af82b94e4440b 0.11 MB 186 23
313,646 313,646 000000000000000019cd3c6ad815b1670993ca9abab56792fdcdec0f9af1790f 0.11 MB 287 31
313,645 313,645 00000000000000002fe2fe798e6dae25d8d2c1e742acc7901136bcecfdd6d227 0.16 MB 350 28
313,644 313,644 00000000000000001f6bd60f5f7ed0aa532a74ee328d62c2ea9de79b4c2e468f 0.14 MB 251 25
313,643 313,643 000000000000000022948fe746424e86378e2af363be7f9ee0e769b547ba52c1 0.00 MB 1 0
313,642 313,642 0000000000000000232a27379a9394d6fbcd538a11dd7fdc307b3afac4452a10 0.32 MB 727 44
313,641 313,641 0000000000000000095b025ce0e358d83c41f9a3366dbf4bab09daf9f9e18305 0.05 MB 121 33
313,640 313,640 000000000000000029634703f544fcaa4f184124bc0ee2072a7f5d3251fc5cdb 0.12 MB 285 30
313,639 313,639 000000000000000017aa555edd5f33e4920c8582f85992a26015d769fd5f3f2c 0.19 MB 305 24
Previous 10 blocks ↓
Total Size: 769.03 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,625.84 GB sent, 93.05 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.