Memory Pool Memory Pool Refreshing

2,955 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,200 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (451,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
456,464 456,464 0000000000000000001c6cce60c4dc479c171da8c2cb077b7fbafdff1e8c1b25 1.00 MB 2,892 230
456,463 456,463 0000000000000000013c3dae91f6e0140f4c7898930e8911658e80faf3ee5a47 0.00 MB 1 0
456,462 456,462 000000000000000001d72d690e3fdef4b60b776f7697f085176c030d72c14cad 1.00 MB 1,633 109
456,461 456,461 0000000000000000002a3d00f5cb32658f8ae3efffe6190fbd82bb41f7484fe8 1.00 MB 1,809 166
456,460 456,460 00000000000000000026095388e16668964dc45ae65a0c8f34acd9a1ea1bd070 1.00 MB 2,983 251
456,459 456,459 0000000000000000018d9380aaa20fabef010c724cb8f23de7ef16b68b63f141 1.00 MB 2,449 212
456,458 456,458 0000000000000000009475c355e37601d3216ab4eadbae161d22f092c6794097 1.00 MB 1,247 74
456,457 456,457 00000000000000000252d3c56ed83a608f68b8ebf77c0aed71afd8802e814735 1.00 MB 1,277 90
456,456 456,456 0000000000000000000a06c3ccdfbcdaa12837f852e6b6cfaa5a0683e2b24210 1.00 MB 1,002 81
456,455 456,455 000000000000000000b4ee6bb8f80dacb9515e10cd5e9ae804a49211bd621f25 1.00 MB 2,151 169
456,454 456,454 0000000000000000014af7c2d26690cf5a3535a5e6b9cfa30a1e099d2d19c6f8 1.00 MB 1,738 125
456,453 456,453 0000000000000000018ff3d1bdad7f828d9c5a3754504850105ee888fad48f11 1.00 MB 2,414 157
456,452 456,452 00000000000000000220eb494f2c3399fc729e730e9c55577f3c0bbc29388b36 1.00 MB 1,313 89
456,451 456,451 000000000000000001d776c6d871941ff11764ec93d3d687597bd6a6d2234531 1.00 MB 2,064 202
456,450 456,450 000000000000000000752af284a510a13519bd901d0c2962a633d931998174bb 1.00 MB 1,784 56
456,449 456,449 000000000000000000e1e75bd2b9f929b26c864ddb62e1d5b244f8b06df28c0d 1.00 MB 1,681 182
456,448 456,448 000000000000000000bf7d2b0c8de607eb4c3a58314fb5f585f0d2245ea36fdd 1.00 MB 1,809 220
456,447 456,447 0000000000000000003eee1dfd1a49a8c97a9776071dcb5d084652b88dad1656 1.00 MB 1,416 74
456,446 456,446 0000000000000000025821c0d535341fbbf8737f28bfd89c262aae79927afc30 1.00 MB 1,715 90
456,445 456,445 000000000000000001e62fcce9cd5bf702666eccef5a903740fe5bad3fd8e97d 1.00 MB 2,039 66
456,444 456,444 00000000000000000007503236d90fcff0a3bc9b947cecbdc33d4ae55fb54792 1.00 MB 2,243 142
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.