Memory Pool Memory Pool Refreshing

9,004 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,846 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (735,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,536 172,536 000000000000093629df1886c37a4640b24d99dad41ebb5ec0ec38fa667dccb7 0.00 MB 11 772
172,535 172,535 000000000000080d0914f30383067c92470674f2e37802960c95cbff89c784fb 0.03 MB 76 89
172,534 172,534 00000000000000402d7efa278371f80cb2bd52e759c2469602ac4c3081290891 0.02 MB 39 183
172,533 172,533 000000000000085ced7bd80c78ab37512374b37fe712ea211d0ec67edb91bbef 0.00 MB 1 0
172,532 172,532 0000000000000a7983d34108c4ed458cd2333040f568a70e438bf76b626139ff 0.00 MB 1 0
172,531 172,531 000000000000081516cb8512953e6d8c55fa11138f9b9462738d375b3fe27b3e 0.02 MB 47 206
172,530 172,530 00000000000005166df66b9edff76fd5de78ab456adefa55986515605cf2c92a 0.00 MB 1 0
172,529 172,529 00000000000008ea706408a81e78f7197160d6fc22bcb453bf1d066b0c03f670 0.04 MB 139 32
172,528 172,528 00000000000009b65af1da94a5e273e012db520f0eb5225db3d7a2974997917c 0.02 MB 35 86
172,527 172,527 000000000000037b795188540a2a6e34d5ed6a7bce3eb297d5cc2712bca3ada9 0.02 MB 35 38
172,526 172,526 00000000000005165505bc9da27c864797f143d11d8fd98ee47dac0a5d3e6733 0.09 MB 53 185
172,525 172,525 000000000000032c75fe2e21353ab93bb3116db18ee3345d5a69507a60f2e543 0.01 MB 25 185
172,524 172,524 00000000000007d8da9297abd538453a06d1780721f403ccc5a4c439dca29977 0.03 MB 91 981
172,523 172,523 00000000000006b44ddb4a0b7b08daef44a3b226cb1c8f96862f14e0362e73ec 0.05 MB 134 31
172,522 172,522 00000000000006559322218a1e63e2dd24f08518cb04a58e05153846d39a4e0b 0.00 MB 1 0
172,521 172,521 0000000000000af97c8dd6f7a248bf4b03adf88ee21d7083b1570f1bacea0925 0.02 MB 48 78
172,520 172,520 000000000000006d01a9db13c54602deaec04a195fdebc50010e10a1c14fe968 0.01 MB 17 195
172,519 172,519 00000000000004b12cf45a413e0b9ead26442cebb54da6382f0ce4011790809e 0.03 MB 77 11
172,518 172,518 0000000000000b0d9d663a7fd4aec2373ea9e1d145be43ce47f8c30760584ae5 0.05 MB 79 267
172,517 172,517 00000000000006f9bb0e4020745ed6c45614bda0a89558dbfbe78cfacef008c2 0.07 MB 166 233
172,516 172,516 00000000000009536fdaad704154b32cf78e5ed2e9df909d9163e7afb686ea7b 0.00 MB 13 2,431
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.