Memory Pool Memory Pool Refreshing

4,888 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,682 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (709,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,320 198,320 000000000000029289cf89fa215ee8b1878fd636d74a9011482762bc14fc8787 0.25 MB 266 76
198,319 198,319 000000000000000237e110370293a0b064124cf83df817ba5e869199f1b51a0b 0.25 MB 890 219
198,318 198,318 00000000000001a63d5ed84b0366c4d949ed2291738d8423bc744b07b8b56eba 0.06 MB 159 590
198,317 198,317 0000000000000426e7949d4f3d6547d7d5181c3f357835db093413a99e2f3c50 0.08 MB 266 166
198,316 198,316 000000000000047249bc9c8ec99ba929eccff539574e6c54f68f4e1114748414 0.42 MB 1,002 178
198,315 198,315 000000000000004feb9e9266aacc8a4eb5ee731a599c730b58014bc95c25e95b 0.04 MB 53 85
198,314 198,314 000000000000031f12fc9d39e09183a97dfb9a4e0c6322860541c794acd87218 0.07 MB 131 95
198,313 198,313 00000000000001db4c1b8d2e7268dce352a3f0c9ff255719de3833b3f3b73857 0.08 MB 149 119
198,312 198,312 0000000000000227a7a47f4243e081f87d734ab47e738585b27cf4ba8cd0056e 0.04 MB 129 11
198,311 198,311 00000000000003e3a442f4447cfdbb9e5bb6d18de4cbe880f6b74bf8f6e4670a 0.04 MB 84 87
198,310 198,310 00000000000000fdace7e205fe912bbfadc878028a050a9b1c2d8ea85e64afaa 0.21 MB 512 67
198,309 198,309 000000000000046b6216235025d7560aa4735dc0edb788abdfa88df73d89c197 0.00 MB 6 14
198,308 198,308 0000000000000563221328a2d13922994d5d18a54459bcc6a698d40f44ffbede 0.18 MB 315 96
198,307 198,307 000000000000043fc33fc2011f0a8a8f381654c2f1013dbc474027b16f962e26 0.05 MB 95 115
198,306 198,306 00000000000003fadf684db893599989ed1ce1bdcb96c05c4141e24854558fac 0.05 MB 102 163
198,305 198,305 000000000000053330a1141da2c2ca8d1d3b60718fb7f09f994ef716f3ecbf11 0.14 MB 397 142
198,304 198,304 00000000000002605d4d8a043e830846bfe2cb98112e54ea39a59b83bdf195ca 0.25 MB 497 134
198,303 198,303 00000000000000378fd8f39a5b04b8be93d9ebe531a9dad98d396eb25525221c 0.01 MB 21 91
198,302 198,302 000000000000000c43c5343fcd7b28a3afad62848b59a9efd7592f2710f91000 0.14 MB 274 125
198,301 198,301 00000000000003f6416aad229d22f6c8fb2625544fb6b39673416115459ca826 0.00 MB 10 166
198,300 198,300 000000000000016d7157131175af5ad44a01a5bc9fa879c463922b667effe88a 0.24 MB 692 156
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.