Memory Pool Memory Pool Refreshing

1,025 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,028 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 1,020 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,027 (745,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,692 162,692 0000000000000d5812cd75e739a0d1b74f0def18d656789eb292baa959e54a6d 0.00 MB 15 0
162,691 162,691 00000000000006906f24093c605ec86e3f495bb789f559af29f7e08c1c134543 0.03 MB 68 95
162,690 162,690 0000000000000526d7adfe91f5e0cca1efc8c53f3c2ee8979573055e33f25fec 0.03 MB 91 90
162,689 162,689 0000000000000524fa9b3ce3a4285899fe42856b9e08fc288d981d5703a0a5a1 0.04 MB 91 103
162,688 162,688 0000000000000a499820c23dbd03a23133d8e7ddcfbb0a3a67cf97ea951bb4a0 0.06 MB 132 316
162,687 162,687 00000000000005c8ec2e9da784e646e5651e59c42981c4373622752b33a4ac5a 0.01 MB 9 1,215
162,686 162,686 0000000000000d40b68b4f45db152fb5f903e210948cce6c11e93636a7b2fbf1 0.03 MB 50 337
162,685 162,685 00000000000005e9c36ffd4a8e40dc9e8f2ef32e73e86530907e93aa467ba43f 0.00 MB 8 39
162,684 162,684 000000000000091fe0410b76fb88db107398db95e404b48153fbc1f01d025abe 0.02 MB 55 76
162,683 162,683 000000000000077c37ef919e90bd4dc20ada2741785f7228bd90a51777525e55 0.05 MB 70 100
162,682 162,682 00000000000000fab4dcb8a5ee2e6ef6568079f93d739529892eece767f1fd4d 0.03 MB 84 69
162,681 162,681 00000000000005dbc3ed0ab1d0696d8512502e413eafb8f2aeba93b4cb0853be 0.01 MB 23 227
162,680 162,680 00000000000002ef3dff4c6bbad45857083920cfe3cb3475c65b399a24e0ed78 0.01 MB 19 56
162,679 162,679 000000000000083527cc9e323c6e52c6c4f4b76221c108784cad8fb2050b3c91 0.02 MB 32 61
162,678 162,678 00000000000002831ac08f9613f97b4b993aeec7e8b21ae3b0c50608ab1dc6cd 0.04 MB 63 67
162,677 162,677 000000000000067baa38764f3ec5747bfc9c73235a84db2aa7c6dc4391752221 0.02 MB 25 55
162,676 162,676 00000000000002a87201dfb32eefe00c4f351dd3ef42f2dcc15d06939f8a5b32 0.00 MB 13 45
162,675 162,675 00000000000001c1d3a1f36d9431d071667861d4c6a3781b5bb457b083a7a8a1 0.02 MB 40 68
162,674 162,674 00000000000000d5a44f44b115e20ad5d62a43196b979d9e0e5d7b7848fe12e7 0.03 MB 94 49
162,673 162,673 00000000000006382d283b034f15e1d98cbec09315226ac8cc15adda2d4c6e6d 0.04 MB 88 181
162,672 162,672 000000000000018c397785b7a4c20a1dec7fd73f84fb24d28460fd8f5e082cde 0.01 MB 31 43
Previous 10 blocks ↓
Total Size: 769.59 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,651.32 GB sent, 95.88 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.