Memory Pool Memory Pool Refreshing

11,384 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (556,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
351,451 351,451 00000000000000000f61f65dc2f5ca0b70f38eaa63b590c039a3cd087a1f8bd3 0.21 MB 451 21
351,450 351,450 000000000000000009a8ee07a462f5349c640ed055874fc22feb5b81e1588b57 0.87 MB 1,737 30
351,449 351,449 00000000000000000ac3c025be14a1fe93ec44ccff7118c3195ab3458aa4dc19 0.11 MB 256 48
351,448 351,448 00000000000000000a99c96e4b90b935e5114206ff79cafc7f135035aeab3476 0.99 MB 1,725 21
351,447 351,447 000000000000000009f16934e86237932e2bcde75790e0dbfa86bfedafe2b78f 0.25 MB 928 65
351,446 351,446 00000000000000000554280c6264d31a39786ac5268db9708f4e4f2f21e83be8 0.57 MB 527 9
351,445 351,445 000000000000000003d41edce22f17899e9409416d49bb1fbbd59bb21ea5b6a6 0.75 MB 1,310 23
351,444 351,444 00000000000000000088d8f507408d377c1eba0139d68c0a0e20e4f28a528518 0.75 MB 1,323 28
351,443 351,443 000000000000000011024b1f988bb3c142c3d8f9cd924e3f027eb35b705ac6aa 0.75 MB 1,124 22
351,442 351,442 000000000000000005590d7b895e1bea4961aa1c31af6ca7c227d248e8f138d4 1.00 MB 3,232 45
351,441 351,441 000000000000000008ea6aa3de950b8d79c59c9ead7ea612ddfc767f971e5583 0.43 MB 558 7
351,440 351,440 00000000000000000c1ac967d7dc5185aa9fba09109a780ffe067a161eba73e4 0.75 MB 1,085 17
351,439 351,439 000000000000000009dc23eeb9ba9f1505b89c305daae3547739334256f00242 1.00 MB 1,627 22
351,438 351,438 000000000000000004ee40a4ef168e75bd3b270fbda48ce93113830fa04b8541 0.99 MB 2,012 30
351,437 351,437 000000000000000011e9da1d4e7498a434398b1bf3d366591dd8ad04593b25fc 0.75 MB 2,160 49
351,436 351,436 000000000000000011c8ec465a4083a7f3edb902e10d2424f5c24fce9a324e5a 1.00 MB 936 19
351,435 351,435 000000000000000006a4dda3b4c1a7933256912c334ef7c86aa438890f5be857 0.75 MB 1,600 31
351,434 351,434 000000000000000012defd5207402b06ce219aec93a1d92a906080acb8360ca1 0.18 MB 416 29
351,433 351,433 0000000000000000027f08eed27909649a6f560f3ce984cba5b14e6b34f0ed7a 0.34 MB 507 17
351,432 351,432 0000000000000000097f8b3aee532f84a44a09e14bd4cd4252451f69e38b3266 0.75 MB 1,788 34
351,431 351,431 00000000000000000b8550b942428514824749fe5ad866c0f1fbd6785d92b054 0.49 MB 983 30
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,621.50 GB sent, 92.91 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.