Memory Pool Memory Pool Refreshing

6,118 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,698 (224,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
683,065 683,065 000000000000000000027b902acace6892b6406817dceb5856aafd54faa847d9 1.46 MB 2,174 66
683,064 683,064 0000000000000000000c46a18cab03b7ee72d2bd19f164edcdbbda3f3b0b398f 1.38 MB 1,801 49
683,063 683,063 000000000000000000034c76b02e033463034e3d7908538c184ed60ae19f7ad3 1.53 MB 2,129 77
683,062 683,062 00000000000000000007e64c0e96c59b4c5785a8165b0d7b3587fb488755a399 1.27 MB 1,513 30
683,061 683,061 000000000000000000025c075240c011373b3f767c30bad03bd003cab5788da5 1.62 MB 493 7
683,060 683,060 000000000000000000084350c2f585f204a4a3780a4363422c61162ca43faf86 1.89 MB 870 11
683,059 683,059 000000000000000000028817d3d56ffbdae8952415d0e430f0d200a38575dad0 0.00 MB 1 0
683,058 683,058 000000000000000000011c368a4a507596a0ebf5300b89d8b80ad4d2be819a3d 1.34 MB 1,894 46
683,057 683,057 00000000000000000004ff242c73b3c073ef1d507477bf7f7dd26838872b3da6 1.34 MB 2,325 27
683,056 683,056 00000000000000000002970c517c2099f114863c55c84083ad9f6c6f240b6670 1.27 MB 1,464 61
683,055 683,055 00000000000000000008577d35f12b5828033365b67c9bbe3a8552a50e596ef0 1.05 MB 531 59
683,054 683,054 0000000000000000000c844e9e4bf298f8a00535783890c2f4c84cd4db1c3916 1.30 MB 2,653 93
683,053 683,053 0000000000000000000180f412df13997b0849eccc34f246c9d5633aa4390bf1 1.73 MB 1,515 37
683,052 683,052 0000000000000000000c22f5f5a72516219229228020f0016c61bfe5e454fade 1.46 MB 1,778 5
683,051 683,051 00000000000000000000c2d93e78d4568ef49a91ec0532aeec1c23d8eaab62eb 1.24 MB 2,170 9
683,050 683,050 00000000000000000003525b3ca0537ee04406330d13d6722301b33c972446dc 1.39 MB 2,404 67
683,049 683,049 0000000000000000000658acbe9fcf7131627c84641febc78cb3fdb222d18e6c 1.32 MB 2,167 71
683,048 683,048 00000000000000000002ae9b236531f9243c137bfbc490e3eae25909757c7647 1.39 MB 2,609 95
683,047 683,047 0000000000000000000914957eef8b342eaf6d8327dc46695f6e88ce623b535b 1.49 MB 1,900 74
683,046 683,046 0000000000000000000268118edce0573bce742cf881f7eb52a91a88156d633e 1.30 MB 1,761 21
683,045 683,045 0000000000000000000959e763ade12447cac7d30c4beea63285a9058573703a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.98 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,616.49 GB sent, 92.72 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.