Memory Pool Memory Pool Refreshing

3,402 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,394 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (780,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,421 127,421 00000000000005def110ee5d322ed56385b805e22b1de95ba870ca94a98b56d5 0.04 MB 106 442
127,420 127,420 000000000000069aeaf6afc2a3e528bbaee90a876181a902a680bb6bb9bc3fc5 0.00 MB 10 436
127,419 127,419 00000000000025b0968419acd3dbae3cc904b1d8590bc03439d33c6bc3b8696f 0.00 MB 17 446
127,418 127,418 00000000000004b841b7ba266e2e4f5b821b2b606bf62e01f9953efb7604aee8 0.01 MB 14 1,179
127,417 127,417 0000000000000052e4ca2a4e62e3ea14d8f2b7bed2906d63513799568389e669 0.00 MB 2 0
127,416 127,416 0000000000001fde834985d5c069be94284cf46297f2fe710d694c0fbfeb2e60 0.01 MB 44 256
127,415 127,415 0000000000000dd74e3df26cfed262e38ff93b5a3457c0831fe416e9b09b2d63 0.01 MB 28 1,077
127,414 127,414 00000000000009aae2baed66d79e26310f016b3ab5402fe5de426a608fc0eb19 0.01 MB 7 190
127,413 127,413 00000000000022dbc1cf1a79206ff979df274b244fd1c0e5fc367c7e35a6abee 0.03 MB 101 629
127,412 127,412 0000000000001021627c934b2491fdedc1197b8bc42e1dd78cf575947f338c1b 0.00 MB 15 728
127,411 127,411 0000000000000be861f708f3feeba5ca57e0ffe8e6d1e59d65dba8f0ee1f4833 0.02 MB 40 1,229
127,410 127,410 0000000000001f63b19b50e0e5e33de034d26bcd6b2fee7ad9f8abd39e671d9f 0.02 MB 57 1,069
127,409 127,409 00000000000002319c1b8a13691056145d263534c0036cfaef79c6df96f2473c 0.00 MB 15 1,251
127,408 127,408 0000000000000e3309b424e84b61019531a459a63089423bdc7b853330f0235b 0.00 MB 4 0
127,407 127,407 00000000000021caf18177c496fbdb23233c8b346dd1c8ee850acb8e431e6e59 0.00 MB 7 3,046
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
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.48 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.