Memory Pool Memory Pool Refreshing

7,604 transactions
3.49 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,916 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (763,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,447 144,447 0000000000000830e362f177e66191c5a58b9063b513b727119a14d158367918 0.00 MB 15 303
144,446 144,446 00000000000003064a6032f76a4756f395aa12f5c4cc8175d102be5a6f29bdf6 0.00 MB 10 33
144,445 144,445 00000000000008ffc891bc07dbdd0edd4de52b73ec351c2768ba91f3a48393fd 0.01 MB 20 257
144,444 144,444 000000000000057737d0fbf67c30a0c80d3dd7d3153ab9531171183a7eea7679 0.03 MB 118 1
144,443 144,443 00000000000001ec01ffd1721c2502b6282472ce720eed7468ee74df6e85eae3 0.00 MB 20 132
144,442 144,442 0000000000000311086103d8ca7050f62057f61e761da69afe4357d076ee63b5 0.05 MB 103 95
144,441 144,441 00000000000004c6997e61705337801b8ebe2124bf11b99bb7de677fb6aa3835 0.05 MB 47 64
144,440 144,440 00000000000003840fc4ff16007c92160c70b6a9971813145a64b86796708d14 0.00 MB 7 1,029
144,439 144,439 000000000000028fe4f21e36b4d30724325abcf273961780ffe69fca5a9243e1 0.02 MB 64 309
144,438 144,438 00000000000005429e13a32b70d414dc59880a3ac805c41522eda557bad4452a 0.04 MB 99 365
144,437 144,437 000000000000009060402dc773f81dbad70fbf1e211076fb9931395155251f69 0.03 MB 55 300
144,436 144,436 000000000000037f0574e8c46e92d555fe39d44eb23ede127c2cb39c02719a2a 0.01 MB 30 166
144,435 144,435 00000000000008526f7150a0d7b9552aa2258232a32a000a8345ab58b416f28a 0.00 MB 9 412
144,434 144,434 00000000000003ea396fafd3c3a43eef1ec80b5a654cc08ae38bf9ad966e0cb2 0.05 MB 105 174
144,433 144,433 000000000000057fbe1c7375e056092d181f622ffaf02693c7b81e3507fde222 0.02 MB 38 266
144,432 144,432 000000000000086fd4fff917a64d94ff5e494969944ba0ce15cfb4baaf0db3ef 0.03 MB 79 66
144,431 144,431 00000000000001d553387e004953530ae99a29e2c909b9ea7eaf36f6b928f2ab 0.03 MB 73 321
144,430 144,430 00000000000008ef77648740202b7db173911817ade6b04c9ec8733f1bebcd6f 0.01 MB 27 60
144,429 144,429 000000000000077799b9fe7c83b10f47a9d09e28b456d05e4f0811942aacb24d 0.02 MB 48 92
144,428 144,428 000000000000065e3dcd0f4a9a863d20ff5eb06f0cfb90e1819d6f35239a04de 0.00 MB 6 91
144,427 144,427 000000000000064513e03027ebd705c5e3a0752a9e582af0948836470931f321 0.04 MB 109 10
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.87 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.