Memory Pool Memory Pool Refreshing

1,936 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 1,927 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (551,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
356,348 356,348 0000000000000000112646f0f1facd7832f0bea8b4a86feaebe1fd494c479ec4 0.33 MB 681 27
356,347 356,347 000000000000000000f14f0d74c03cbad437325b128619ef89092498e7d4b324 0.10 MB 60 3
356,346 356,346 000000000000000010527c548ae88f7acbe2953dc1c42293e4bf1e807de8cdb0 0.30 MB 543 25
356,345 356,345 000000000000000016f771b89091b520ec98aa416197616cfe56931e53b86dc2 0.23 MB 366 23
356,344 356,344 00000000000000000b9067802361f4403b54ac5b1f58508cc4e934b116bba569 0.03 MB 51 6
356,343 356,343 00000000000000000865323b23e17329effaa0558571d9ef96e1bf1a398e14a7 0.17 MB 330 28
356,342 356,342 0000000000000000130481585d0ce2a9a98a1ac14512b9fef04852ced8ecf79c 0.42 MB 734 24
356,341 356,341 0000000000000000096553bc392eb3f33d4ab58b8d823bfe6cffd9c1da7a08ac 0.00 MB 1 0
356,340 356,340 00000000000000000220ca7fe2054e918539ad7a2de5624590832f644ab3dc32 0.30 MB 539 23
356,339 356,339 00000000000000000e1138e1d536a852fc5702014deeb161c6721e29506b31c9 0.08 MB 120 29
356,338 356,338 0000000000000000065839a674a43360d0b05207334be2004e60b446d5f96be1 0.16 MB 359 31
356,337 356,337 00000000000000000a590c4b7602d264ea29ce3947474ea1fae8dee77f6981ef 0.60 MB 1,142 25
356,336 356,336 00000000000000000dfdb2ad4403770068785cd0dca27959be58f6d701b11bf6 0.02 MB 31 4
356,335 356,335 000000000000000008b96f976fb13d60e02832769ee187ae16bcfbf0206dad31 0.14 MB 267 21
356,334 356,334 0000000000000000151b9aea257eb501f72dbcb9a824ce3d57330b07b0b587c7 0.75 MB 1,495 30
356,333 356,333 00000000000000000b7157b3869f3e8972785b5d6905f255068cea957c9e3cda 0.50 MB 938 25
356,332 356,332 00000000000000000b829d65ec43474fbbc64609af2926ac1dc907766632043c 0.06 MB 144 24
356,331 356,331 000000000000000007e13d6cd57e3d47208d0b0ddf7f704453c11b4224ed9cce 0.61 MB 1,138 24
356,330 356,330 0000000000000000045fe9915c66a5841ea0476447011f158ee5468abe84719b 0.90 MB 1,466 22
356,329 356,329 000000000000000007feeaef5b0ebd5b107f02a2b7a58c16ecbce235bb96fb55 0.75 MB 1,477 29
356,328 356,328 000000000000000014a443054ad752b297c02c763dad7c2c6682b69a2c3b8ce6 0.46 MB 769 27
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.54 GB sent, 94.32 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.