Memory Pool Memory Pool Refreshing

8,841 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,812 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (775,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,436 132,436 0000000000000811228c6ba8878c3afd84473fd0ca1b18c7456b4960ece6ef8b 0.00 MB 13 652
132,435 132,435 0000000000000c3762fa1fd29b95ca2b6af3ced55f15f1eb2efbec4d19d8c5c3 0.01 MB 28 527
132,434 132,434 0000000000000a2ea32c5dd30ed1e20f72ba39bc49706ceb8978c32731d42cf4 0.01 MB 23 297
132,433 132,433 0000000000000d8984654d995b27bedd6e83c84575a838c469f60ffbe15443a4 0.00 MB 1 0
132,432 132,432 0000000000000201a7fbf349c40fa08b5e95522ed3e6843aa2e1f1631d571834 0.01 MB 30 439
132,431 132,431 00000000000011029beb82305b638b8cdad71985a56f1b7b63fe3cc6c0d1a728 0.01 MB 25 171
132,430 132,430 000000000000111d98ab28c3304464af997c0da4a03827208e2bc98bde49106c 0.00 MB 7 303
132,429 132,429 000000000000020d23696104feef896bc81a2cca7ea764ce22cd9bd8a87ded0c 0.01 MB 24 838
132,428 132,428 00000000000001ef5962e06c250b01c13698143de645fdaf7256b5f473931970 0.04 MB 85 87
132,427 132,427 0000000000000daab330d4f0fb652bd809719f9fa745e204004c85aaa36d8dd3 0.00 MB 12 2,223
132,426 132,426 0000000000000dd039d9d305c7bb980ce92f9243d5683ad54161168e9c61e4c9 0.00 MB 10 250
132,425 132,425 0000000000000acf80422379bcab69a1193fbac690cd199e405e6d103c561d6e 0.00 MB 16 452
132,424 132,424 00000000000012e7ee1105f3be74bfdd10b1935e0458847517d3de4bed6985f7 0.00 MB 4 1,293
132,423 132,423 00000000000006d9d032cb124a5448dadf9cfe5ac8f13ab12abedda6b3ccb993 0.06 MB 210 148
132,422 132,422 000000000000097688bb2ea7d3507bdb0e0a5874a607f0b31ec682e7e6911c92 0.02 MB 52 1,245
132,421 132,421 0000000000000b52398be4a6f883f72862612fb8a01749ada9e7e519501d609e 0.00 MB 8 473
132,420 132,420 0000000000000ac50efb937c3166209c45fcd9b2cfb36e6b483c6bfcd221750a 0.01 MB 27 1,185
132,419 132,419 0000000000000151153c60dd325d0b70bad04ab8c44456c90a7e90d7df6b9ddf 0.02 MB 17 448
132,418 132,418 0000000000000f0b76d7b814d3716691d0a5c9dcaf594069087e866d60ca1dc3 0.00 MB 6 2,683
132,417 132,417 00000000000006ad33fb1ecbcfc6e6bb9b96154fc09f21910550bb3e8dfd7102 0.05 MB 91 636
132,416 132,416 0000000000000116aeb8a145ce8676de52babe4e55fb14e764e06cc857c30d0f 0.00 MB 13 894
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.38 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.