Memory Pool Memory Pool Refreshing

4,857 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,406 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (48,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,275 859,275 00000000000000000000e75c9905cc220d804edd0be9feeccd7ba3f490cdd988 1.64 MB 6,653 3
859,274 859,274 0000000000000000000029102d6794b9dec9f7d88cd5fa666ecafd711afd7e24 1.65 MB 5,852 3
859,273 859,273 0000000000000000000125ba6a4f09eb345233c9db456352c290a9cbdc36951c 1.31 MB 3,291 2
859,272 859,272 000000000000000000029a77eff62a8b12f6f8f8f5a294f8c5da585ff7776466 1.62 MB 2,244 4
859,271 859,271 00000000000000000000f72ea51676c5aaaf698e080409c7c73ba00ac0a16589 1.62 MB 3,595 6
859,270 859,270 00000000000000000001f1a23a5fc0d7efa561ef083d9bf99b8c43493469c631 1.44 MB 2,572 6
859,269 859,269 00000000000000000002bff8c7f2ae6b00c889d4f68f174644c5a52606d85914 1.97 MB 5,201 2
859,268 859,268 0000000000000000000209779130e039276bffa3b328af763a06bfcf1f1c55bd 2.73 MB 1,680 3
859,267 859,267 000000000000000000015cb884f686405b5b5a495f61e1960c83d5de9e206146 1.82 MB 2,792 4
859,266 859,266 0000000000000000000292fd6c98d7e1c3c1a7ccf17c07f246295d83d2a1a341 1.67 MB 2,943 6
859,265 859,265 00000000000000000000dd8df052d56bd4ca43f153f7188fb6ed43998d69f5d4 1.63 MB 5,106 3
859,264 859,264 000000000000000000002ffdec0529a38cbf2881453fb9f1b0522ec3b329f9eb 1.69 MB 6,346 2
859,263 859,263 0000000000000000000292943226adf5cb5fcf8588bbfca748ce44d8059e2894 1.63 MB 7,241 2
859,262 859,262 000000000000000000025344b52923edfbf9ac8ecefb7c8651b9d3644959088c 1.59 MB 4,920 3
859,261 859,261 000000000000000000023dc77c63451f97f70a8503544c8f201a34a93babebb2 1.60 MB 3,837 6
859,260 859,260 00000000000000000002c5c5e510942d2d0e0bf1239f2222ce49a2279f57e496 1.66 MB 6,604 2
859,259 859,259 00000000000000000001f9915718291b79c15809a18915af464bb532f4f42454 1.51 MB 6,961 3
859,258 859,258 00000000000000000002406a2fcb6571726d77a50af9b0695b5e72113423dc0a 1.54 MB 7,651 2
859,257 859,257 000000000000000000017f4a03895fdc0c6b699d92453242795347a9fcc0e7dc 1.58 MB 6,366 3
859,256 859,256 000000000000000000025ce915b95cb2ba8c57446f11b57f2445b11a0d5c7142 1.67 MB 4,166 2
859,255 859,255 00000000000000000001ed5a5c941706b865dacf7b13a4583c6bed45b5dea0de 1.77 MB 3,085 4
Previous 10 blocks ↓
Total Size: 769.28 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,635.57 GB sent, 94.34 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.