Memory Pool Memory Pool Refreshing

5,505 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,696 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (19,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,134 888,134 000000000000000000013ceab53128c4b5d9c538118a903b21b7a128a69a80fd 1.60 MB 2,847 1
888,133 888,133 00000000000000000001be4b90157cb24d2bd02941182fffefa0b99a8c656011 1.44 MB 2,502 5
888,132 888,132 00000000000000000000247a57351db6f80161ad60838439dc97684054bd9168 1.44 MB 2,206 2
888,131 888,131 00000000000000000000c879f2ac3e5c66cfdf362ddff610f418dd7c83501423 1.66 MB 3,376 3
888,130 888,130 000000000000000000026fcddc57abd9f91332ac3f94b6b58bc427fa7a058121 1.56 MB 2,962 4
888,129 888,129 0000000000000000000190f093b42d7e77ca4148093f999ed10fea6dfb1f4a09 1.35 MB 1,760 1
888,128 888,128 0000000000000000000126d1c68fdb0dcd49737ebfbca47a402fffa823ee4558 1.63 MB 3,639 4
888,127 888,127 00000000000000000001d0ff1b8ef1615ab7301aee6d48f39c35e1542b477d18 1.50 MB 2,475 2
888,126 888,126 0000000000000000000170b6cf1c46fb69382f4bb3181e8774a61cb333c728f0 1.68 MB 1,869 1
888,125 888,125 0000000000000000000114ba0d4b060519979dbf384a9b66de40b8721b28c0f6 1.94 MB 4,008 1
888,124 888,124 00000000000000000001163c00678a1c864aea81d872869c7312b450aac15f86 1.77 MB 4,763 1
888,123 888,123 0000000000000000000092efca6d2d61ed19a75107f812a9500ac1ea71c2fdcb 1.39 MB 2,440 1
888,122 888,122 000000000000000000006d9a4dbc6614d7832f69759a6df8a4ca083d5632e979 1.43 MB 2,409 2
888,121 888,121 0000000000000000000159b48d35d5b0ac5ef4dba355bf107b3b992003a52a8d 1.22 MB 948 2
888,120 888,120 0000000000000000000108b22c1faccd1d0774719d9cc7c6564d5d7c2f161e75 1.09 MB 233 1
888,119 888,119 00000000000000000000d7acfec8a2f7319c6d99cb7f1eeeaec51a10938d2201 1.58 MB 2,838 3
888,118 888,118 00000000000000000000728b3f9a8099826fe3f3401a46f97389f7f0a7b0ece9 1.65 MB 2,446 6
888,117 888,117 00000000000000000001bdf3811e58286d0ea8306729286e467feafed411aa47 1.53 MB 2,237 3
888,116 888,116 0000000000000000000077420ee9e81e04bf1f2afc139de29a8cf1420e261e9a 1.63 MB 2,737 2
888,115 888,115 0000000000000000000235f0d3c751d877a73d59490c57cf15902ee945c02289 1.70 MB 3,360 3
888,114 888,114 00000000000000000001400837efd2483c8e7e42f09d4f7f34f5e38e71016ec7 1.52 MB 3,810 6
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.