Memory Pool Memory Pool Refreshing

5,295 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,684 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (858,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,428 49,428 000000001b4f22ca32882d20fc882712791a7d541781c8bea0e8a285d7fc5df4 0.00 MB 1 0
49,427 49,427 000000000216dba4b02229ca82c1b209803a8ad4557e9cc0fea66c97040c7c12 0.00 MB 1 0
49,426 49,426 000000001ef95295c72aaf9b881baaf70145ec7e841440afc4913dd78a97ba55 0.00 MB 1 0
49,425 49,425 0000000008549279c9f83f21d44c7d2137f0e3274861585e15753c183a244d64 0.00 MB 1 0
49,424 49,424 000000000edd46e794c46dba5834ee88b84498c9986c4db6ed0032373c9da96f 0.00 MB 1 0
49,423 49,423 0000000005f3a15bb385768b23f5a5e0ca2ce314cd2ce6879816c6a959115612 0.00 MB 1 0
49,422 49,422 0000000012093dae684f5dfaa2744b506984383eb7d71148c087e6708ab72d07 0.00 MB 1 0
49,421 49,421 000000001fb87f451ec94f99b3a4c2525d77f22ce0d480f167ff9864c53bdf1f 0.00 MB 1 0
49,420 49,420 0000000014ea46859b9e45b319ce9e041286be9a0757c0631b22a4354c642606 0.00 MB 1 0
49,419 49,419 0000000025921b563944ac972ed6ec8f254e21c09dd9bf71a6bd9131b72fcac2 0.00 MB 1 0
49,418 49,418 00000000298df0972908cad974e8bff5dcb8a8e82574c1a4cc8ea8c7f336b8ee 0.00 MB 2 0
49,417 49,417 000000000b7a80b2a81d59842805d3d20abd98b5694fd4c0fba37bc0d1c8675c 0.00 MB 1 0
49,416 49,416 00000000285b6e286bfe04a17538a474bb9351fc4529017189ae8538b975be0c 0.00 MB 1 0
49,415 49,415 0000000006ed1c31ba6244791bf83127da31c65d4b0f272024d3523024a92d9c 0.00 MB 1 0
49,414 49,414 000000001aa5d6ec1af4b8554ae8175048fa2c55bc01254cf5e3bf551cac40b0 0.00 MB 1 0
49,413 49,413 000000000a3f78aff160a14ee64cab5f1959f59dc955bfcb90452b8c369dee0a 0.00 MB 1 0
49,412 49,412 000000000273f7596205774cf13f7aefff296c7e640e92890dda526db6ea9430 0.00 MB 1 0
49,411 49,411 0000000028f35d77e51092113e8f911d5ebb51160b148444efafa4f6c2db9fcd 0.00 MB 1 0
49,410 49,410 0000000021f747c21ba257ce1e0c5b9e5af063fc496d0eb5908c45dc4b6cc920 0.00 MB 1 0
49,409 49,409 00000000136d31167e19f94be2c48e69bb70feca500018affb9dd22b76098ff3 0.00 MB 1 0
49,408 49,408 0000000000b97b88347f8af72dbef294ebe3234a1c0a8590602d54edd1bbc604 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.31 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.77 GB sent, 94.49 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.