Memory Pool Memory Pool Refreshing

3,975 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,850 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,074 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,849 (556,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
351,456 351,456 000000000000000006c44dadfa9758420592c96fc6086a7cf20cf253f780bf4f 0.30 MB 606 32
351,455 351,455 00000000000000000c78da9d7685b65e224e1a73b8c888ac3029a82ccb18417d 0.47 MB 1,112 35
351,454 351,454 00000000000000001315cb7c6fb1c470f6b9d08d726a7c7a94805fff93d224f6 0.59 MB 891 25
351,453 351,453 000000000000000004a2807d28f71ca387fb9e909d05ed7e381f5fba9f1fc140 0.13 MB 288 24
351,452 351,452 0000000000000000119215ce7ed09ac770dcd34d612e1498fabe71104c94ce90 0.13 MB 228 20
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
Previous 10 blocks ↓
Total Size: 769.26 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.24 GB sent, 94.21 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.