Memory Pool Memory Pool Refreshing

7,539 transactions
3.47 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,930 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (735,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
172,515 172,515 00000000000003df0d40d5912f4ca7746a4920eff0f94f69406b456f89f94346 0.06 MB 118 192
172,514 172,514 0000000000000679747951cd655ba28dd295999d44caced728302d0f8b805eb6 0.03 MB 14 52
172,513 172,513 00000000000008333ab83c032cee967faeed81dc7a36919c4304e0b389bc5c6f 0.01 MB 13 67
172,512 172,512 00000000000003415f5150080c95031a3580cb2181f4e909f05ace14d224462c 0.02 MB 46 109
172,511 172,511 0000000000000472b62a60b48f409a8876341eb71fe08eddafe9aa0411d6f787 0.01 MB 32 159
172,510 172,510 00000000000001a95c37fa5987aea2fcfb29ab45ffe77f778e0c673f8f7321b4 0.02 MB 41 45
172,509 172,509 000000000000004302a2aab3d945d208ad0342cda9f64ea3aa2c5bc3ba6b5dc6 0.03 MB 112 1
Previous 10 blocks ↓
Total Size: 769.03 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,624.86 GB sent, 93.01 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.