Memory Pool Memory Pool Refreshing

1,086 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,071 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (18,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,403 889,403 000000000000000000023f159f030a2ed21fb3a275a32a35bfd835229d00565e 1.60 MB 2,836 4
889,402 889,402 0000000000000000000110e948beb3454d5a1a96e62c92c874e074f3c20b64ac 1.48 MB 3,101 4
889,401 889,401 00000000000000000000fade0a3632241e4f53f5af13a27c2f26a9b3b418715d 1.59 MB 4,506 6
889,400 889,400 000000000000000000016fc6da7fc859a5c89f73bc4df5117e1384a6881d0e0c 1.51 MB 3,732 8
889,399 889,399 000000000000000000000035fdf3a48937849914575f2aa25275e3703339c769 1.47 MB 3,421 13
889,398 889,398 000000000000000000019fb2d7c95178d0b1b6e428cf41159ebd2e802caeecc7 1.52 MB 3,552 4
889,397 889,397 0000000000000000000204cf7863b7acad95032eb603ab143d5461e112a5b840 1.79 MB 3,900 3
889,396 889,396 00000000000000000000e9d3832aa7a193b27dc24eeb57a8e652bdde1d0db856 1.91 MB 5,463 1
889,395 889,395 0000000000000000000089e5712b2bcec5100639bca499a8400ca86e83e4a336 1.58 MB 3,368 1
889,394 889,394 00000000000000000001a1fc1d4fc12e9356180bf20114b5bcec286024450244 1.08 MB 541 1
889,393 889,393 0000000000000000000244487717beb6b27f0eddd8852ec9c5855b31b5df7c13 1.36 MB 2,155 2
889,392 889,392 0000000000000000000181f5f14ed7bf1307a731e90da5ca3fdbab927be0f8bd 1.71 MB 4,065 2
889,391 889,391 00000000000000000001068750a467ac558a7a51bf1ef2de303a26e4627b46db 1.69 MB 3,678 2
889,390 889,390 00000000000000000000c53d175919cb0fd23f6da93d0dbeb8c0ee09c060e363 1.27 MB 1,427 1
889,389 889,389 000000000000000000009d5544a9a2d58d4559f25ea353e2431eb547899a569a 1.52 MB 2,649 3
889,388 889,388 00000000000000000002644637a88125c6d343d8d3794bfac3a23e6ccbb1d58a 1.64 MB 3,081 3
889,387 889,387 000000000000000000022e898889f6a2c7bf5b058234e11f7e5a80bdc5673bb3 1.53 MB 3,838 6
889,386 889,386 0000000000000000000125be4677ebc38c13413733bfa4e03da8174f891ae159 1.70 MB 4,115 3
889,385 889,385 0000000000000000000266283fee2a222132546e172096027105d7f38d4e3ccc 1.66 MB 3,644 3
889,384 889,384 00000000000000000000834152f9a1c3c629078ad0088946b019a22bd18cd991 1.35 MB 2,161 3
889,383 889,383 00000000000000000000914d0f54b31ffe4b3dc7e822b55c2a128dc796e7662a 1.51 MB 1,870 2
Previous 10 blocks ↓
Total Size: 769.09 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,628.38 GB sent, 93.36 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.