Memory Pool Memory Pool Refreshing

19,648 transactions
6.31 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,603 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (700,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,430 207,430 00000000000000a38a4d5a761cd5a3f4555a9190d71c1171e1b88d790746af6c 0.03 MB 37 99
207,429 207,429 0000000000000443f825033b7db0fcb69ac4543a0efe080a358456d42b580cf8 0.04 MB 110 194
207,428 207,428 00000000000000db076eff9c3aa40d102d1fa43c928723aada7be75567d40224 0.02 MB 48 147
207,427 207,427 00000000000002a1f7aeea0f738c822be9b351f8b67410f8d65361d75490e714 0.02 MB 62 172
207,426 207,426 00000000000000cff625657154d0b50711dd68653d5c46aa4fe3305ffcf49bb7 0.00 MB 14 23
207,425 207,425 00000000000001bcaf951a8f20dcff1f2ee880e6114b3b38c5ee7bbe69f7c8ed 0.16 MB 431 194
207,424 207,424 0000000000000190a549c54e48f884b106a43797502e277a8a56e2b958808427 0.24 MB 657 197
207,423 207,423 00000000000003e9eac163d318ea8e62dd3e9ffbe72acbd34206b01ff62dff80 0.04 MB 94 119
207,422 207,422 00000000000001bac881d15a47c08bff279c71b8b1ef1ef8a134f3924f7b513f 0.18 MB 443 176
207,421 207,421 00000000000000a8a282618ccb2517ed681d8fdcc31770b9b5fc0531b9fa77aa 0.03 MB 67 127
207,420 207,420 000000000000043bafe50e5df24cba5b0602f76b525d33448370d3136f3b7e07 0.13 MB 191 534
207,419 207,419 000000000000000d537bed4b1c4adebee1962fdc38399910d11294c36739481d 0.25 MB 560 174
207,418 207,418 00000000000000010fe8c219e1292416bf619c5c466581ca6a606a9c0a9aef2f 0.02 MB 57 73
207,417 207,417 00000000000001dbb6380bf484dd4c1d3e0f3de8c45e918b455abf7cb7f477fd 0.25 MB 696 336
207,416 207,416 000000000000011224ad9cdea7cde590e847dbe8c8cba6fb5670a94d0a866f6e 0.02 MB 62 173
207,415 207,415 000000000000021adb06d6a452c0392b03d70efc4625fb045bc354ec7ff25c44 0.03 MB 61 62
207,414 207,414 00000000000000ad365254437129d942be12fe9a2cc0008620bcfa2270854596 0.22 MB 551 198
207,413 207,413 00000000000003053f42f0c5c6509ffd2ee707d1fc8c1a67c8db3bf853890853 0.04 MB 100 98
207,412 207,412 00000000000000966e6184c5597384f3148a9124f02d9b05a9817d8ba88b21b4 0.00 MB 12 91
207,411 207,411 000000000000028336667703d8bb8df2a149736d285ea1d8983c6a870dac4a26 0.03 MB 59 123
207,410 207,410 000000000000015f69e578b58f8d5661cd0e271e3bc3d038f81630992ab26561 0.04 MB 74 105
Previous 10 blocks ↓
Total Size: 769.02 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.52 GB sent, 93.00 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.