Memory Pool Memory Pool Refreshing

2,282 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,004 00000000000000000002349e0000000000000000000000000000000000000000 0.91 vMB 2,276 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (354,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
553,274 553,274 000000000000000000173fdfcc054abf17bd89765c6be05ed8d3239272d8eed6 1.24 MB 2,483 22
553,273 553,273 00000000000000000001ea7cefa63224bce2bfabef9d78c072950cbba93a7ea4 1.18 MB 2,495 34
553,272 553,272 00000000000000000024297e38548efa810f2d226cb1e7d35ad4ac5585fe77b3 1.14 MB 2,077 32
553,271 553,271 0000000000000000001f87ec99f769100503e413802b29881b593234d574503a 1.05 MB 1,148 60
553,270 553,270 00000000000000000006fea1dc3777064eec1100fff63950bb063c3871a22814 1.02 MB 773 66
553,269 553,269 0000000000000000000f59e7fd09aa76d3b52d19e292123f3f35d0dc7d4a5df3 1.21 MB 2,542 32
553,268 553,268 0000000000000000001a92643f7b50a063f126be7ec5024cf42cfc535aa6f1df 1.25 MB 2,229 15
553,267 553,267 0000000000000000000368a8aa645361725206462bbca41880ebad4179e96b57 1.21 MB 2,670 50
553,266 553,266 0000000000000000001d8356c00b38f0ba74fac7582da693a8ca6b8265d32614 1.21 MB 1,739 25
553,265 553,265 00000000000000000030d3425484e6875a6e34797423f7d228ccf6b3b1f02ef7 1.29 MB 2,632 18
553,264 553,264 000000000000000000037973de492e29b494a6344198c1fafc0f4348cfaff26f 1.20 MB 1,517 20
553,263 553,263 0000000000000000002f3e00043560a4fe88ab175cc008d1ffd0afe8c751705a 1.25 MB 3,000 30
553,262 553,262 0000000000000000002cbfcc8e0977ebee487f67f7c3fd4bade8e971cf39c1be 1.26 MB 2,553 46
553,261 553,261 00000000000000000019f3a4a0db9e1346c49bca2872e76c7fb2117e9ff47df7 0.27 MB 491 15
553,260 553,260 0000000000000000000a3113d502f14540722a6581fa9c0e10ec2f21b22e7755 0.23 MB 363 28
553,259 553,259 0000000000000000002cddc2701f96cbd556a64f62469ac20484e39794db01aa 1.26 MB 885 1
553,258 553,258 0000000000000000002d8fd13019501d4416f4ed8c5ab05a17990bdb77fa643b 1.27 MB 2,268 12
553,257 553,257 00000000000000000019d7b569ed92cb8030934a5f1b4ed9146af8653e72e3bf 1.10 MB 2,081 10
553,256 553,256 00000000000000000029a8e66d37bbf8bdc0b01fe7eadcfce1f04d1c7b90b947 1.25 MB 2,509 13
553,255 553,255 0000000000000000001eea8340ae29cbe73173dff65ae44f6ec204cd11c10034 1.22 MB 2,789 32
553,254 553,254 0000000000000000001c48da2a21c9d098efcab0f4904ff4773c0896c63c62f8 1.24 MB 2,985 36
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.70 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.