Memory Pool Memory Pool Refreshing

6,735 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,217 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (780,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,406 127,406 000000000000141e24738869d779f4d28765c0797350d702ec896521c69d354f 0.01 MB 38 335
127,405 127,405 0000000000001f61e03fef48d9dccae1bbb6c53e7d0fdb27748e6b8f5eb9e311 0.03 MB 60 45
127,404 127,404 0000000000001d3a83abfc45340db3b595eb2890512ae77b3cac92a001992902 0.00 MB 13 1,075
127,403 127,403 0000000000000ae634a684192dc6653e20085ae903abaab651fc7c7a229c4557 0.03 MB 41 1,376
127,402 127,402 00000000000009bae502e0c602324b52c403a76d6bb1803d940ee69f898ad639 0.01 MB 11 838
127,401 127,401 0000000000001881199cc18aed68c9be6dbee59830239765a24afe8dbdb4d278 0.01 MB 24 1,020
127,400 127,400 00000000000020449c862044e15eba2b2b0c9d80a0d031bc86457a82c8e60f85 0.02 MB 27 362
127,399 127,399 00000000000005ee116ebd62f6789528ac87f97575f966b4e31b21f16320836d 0.00 MB 10 39
127,398 127,398 000000000000203cbc196690ef9f857c22b92c54b75dd7161ab6cc67eddf5cd4 0.00 MB 14 817
127,397 127,397 0000000000000fb6ff01f7f8f0e8709b2d807862ffe44a3b43e2131dfb779405 0.01 MB 16 1,236
127,396 127,396 0000000000001060645f13acb6601106acf537a20c561876405fa7c15a85e7ad 0.00 MB 9 931
127,395 127,395 000000000000005835354ae6942d57d5da6d39bf4a2406a10e976d237b438adf 0.01 MB 21 0
127,394 127,394 0000000000002077c5934d23678627e14fc0ad9441f61ad3d69d5296d4c7fbe5 0.00 MB 3 0
127,393 127,393 0000000000002674ca6fd5759523c23e4a2d74d965ab15decf1e9bf72cf8d47f 0.00 MB 3 0
127,392 127,392 0000000000001655ef4336cb08dc0a86b63d1e680ce162e7fb67d91e55d5f3c4 0.00 MB 7 571
127,391 127,391 0000000000000e445a5c2fe1eb67545c2b02dac6b38ca34b4e89b23c281e1d3b 0.00 MB 6 159
127,390 127,390 0000000000001e1c163cc116b8d48b710f7be3b958cbe53778784195a358c38b 0.00 MB 7 0
127,389 127,389 0000000000000c43e03928c2f137192d6cc9fdb9237b388392880eb1e123470e 0.01 MB 15 157
127,388 127,388 00000000000011f01256bc5677b5efeb9a79d0851b24f0f94d3eaf8d1b02f032 0.03 MB 66 1,298
127,387 127,387 000000000000214c7a0842af037838876076a27604b89d88bb37838a83ef3e41 0.00 MB 9 1,238
127,386 127,386 0000000000000a9ec4599658864c0b91d2b8ee9cf3cd6457207f89f2e332ef7a 0.00 MB 6 924
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.99 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.