Memory Pool Memory Pool Refreshing

302 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,985 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 279 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,984 (792,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,108 115,108 0000000000003512c60548309cd88bb38b337f54c2634c07633620b6c70cc97d 0.00 MB 10 706
115,107 115,107 000000000000bbcc480bd72c1be62b39aa092b3ec04fa2a22bac769cf9cf8e82 0.00 MB 5 0
115,106 115,106 000000000000ca504b1905b04b24f49db0c49f054460a0ac94d84797a55afb8c 0.00 MB 11 0
115,105 115,105 0000000000005bf54f7c25f3f0598f53c79b8c6920abb38100400f55f4bd6fa4 0.01 MB 17 435
115,104 115,104 000000000000db406bac4a0afbf381c219bf5bc650d4bf2a0d1baffc16237c0c 0.00 MB 7 0
115,103 115,103 00000000000048701162c4ade9ee8faeb61d3d3a80467e5e75632c9193075dc5 0.00 MB 8 442
115,102 115,102 000000000000b2e3ef820ac768d3c8a6ecff56165228c786a16b0039999a59aa 0.00 MB 11 606
115,101 115,101 000000000000a686807f7193607e95c7df037ad6e952a05345d7a493e5571d41 0.01 MB 24 1,246
115,100 115,100 0000000000003ffec6472ca2f3b58f9d5dfd8e3e0b8a7686b8dafa1a311ac7c0 0.01 MB 19 1,098
115,099 115,099 0000000000002d3e120701e36fcefe88324b0a972347c894094935d951211f90 0.00 MB 11 0
115,098 115,098 0000000000005953ce974a3281e691818cb7ffe187140324e520b0c83a534c87 0.00 MB 12 342
115,097 115,097 000000000000891dbe601b37bac1b1880c372abb270b5f7388b8a5510c5e3691 0.00 MB 12 335
115,096 115,096 0000000000000d0e3a3ba5d276dcd9b254ca2a31eb199d71619c040bb3a49fac 0.00 MB 11 0
115,095 115,095 000000000000c1a116e9a0166365081208dbfb841ff703d51ceb2bf3117ad7a8 0.01 MB 9 112
115,094 115,094 00000000000041502a8c18ef90094d5e773e86b44396288fba7329a3e128fa02 0.00 MB 12 0
115,093 115,093 0000000000008651bf5d4f28b4b45ef94746fd4474538fdf51393c553098a0ac 0.01 MB 28 2,575
115,092 115,092 00000000000014cf92974a9099590a03fc2b093e77d7716c6a1d01881c596d73 0.00 MB 10 0
115,091 115,091 00000000000021a834fd780dbd25e43ab565b4e57a1f7df0435ac88ef982a737 0.00 MB 7 0
115,090 115,090 00000000000016b4d41f98b5a5bfdba07df2ad102b0c8c8947e535c8ff2c6464 0.00 MB 16 1,423
115,089 115,089 000000000000cf31ecd46f47bd4de0b055e1e7de5cb5292470600bf31cfec355 0.01 MB 15 635
115,088 115,088 000000000000a9e7ac72ae65302e1e7b3a1342afaa88d343ea27a7db8953eacb 0.01 MB 19 1,346
Previous 10 blocks ↓
Total Size: 769.52 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,647.46 GB sent, 95.52 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.