Memory Pool Memory Pool Refreshing

7,732 transactions
2.42 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,638 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (755,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,284 152,284 00000000000008ce34ceadab71d83c1da73b113ed17aab07c30ed413ce1f10a9 0.03 MB 48 98
152,283 152,283 00000000000002afaeca9bd93b25dc192c89550f5cf7149dc8ce134d536de633 0.01 MB 18 197
152,282 152,282 00000000000008744d51db659729e61305b8b3a77ae4ca6b1b61fc1930e08327 0.00 MB 6 38
152,281 152,281 0000000000000c7cf163912bf30861f2cdc535c4f5a2073753cb5df1ca79cb83 0.01 MB 15 39
152,280 152,280 00000000000002818bc3ae8aa97c2a4385c84b5a8d40d5e11051a7e0bd4fdfb4 0.04 MB 129 78
152,279 152,279 000000000000062ee3fb835e2420b7764b07ad127b3c22a0c028c091b4512bf0 0.00 MB 7 66
152,278 152,278 0000000000000a48bb59f0a67bbd94a5f92559f080e641265840a96109dd9a58 0.02 MB 42 124
152,277 152,277 00000000000009ff9c8c1c036db6ab7a3e006c86a166fa830403a3a7e5759ee6 0.01 MB 24 66
152,276 152,276 0000000000000336d2005d7b3150ed1ba82c350ea4b001e4f34268f8ad433323 0.02 MB 41 80
152,275 152,275 0000000000000d9d237f3dd39839a03adb802e496afaba93150cd057715a74e9 0.01 MB 45 712
152,274 152,274 0000000000000329ef36a08ca13d48036c48a5eff03f8e1e7ab40c72a404dbc2 0.05 MB 99 71
152,273 152,273 00000000000000a7226316678a90569efcc79ad2c3b4cd08b348b7fa66352d41 0.01 MB 13 39
152,272 152,272 0000000000000ab893e685cf2efeb3022f76a145a2fbeeca1025c68e4bdbd826 0.00 MB 12 33
152,271 152,271 0000000000000a2963d2cf28052c3accfa1c38bff6209c0e3c9e8718f8f40a72 0.01 MB 20 336
152,270 152,270 00000000000006ee7976847106af1de6a84d1d07edcb05678b2e62b3f44a1156 0.02 MB 47 155
152,269 152,269 0000000000000618f08d95ac4ef639590fe86f480894b0b861bff8ce382042e0 0.00 MB 5 37
152,268 152,268 0000000000000c9f0c6a8248e2e772ed5fd6326a37eead88b83cedcd112abcaf 0.02 MB 43 16
152,267 152,267 0000000000000573a8f2b1f540be53c9048d0820cf05c4443157ef1dc766a625 0.00 MB 19 126
152,266 152,266 0000000000000aafd11953e9bd7503041fb6071932a2453006bdf5654ea8eefe 0.00 MB 7 0
152,265 152,265 000000000000050f0e5ed3e41b67c016984d0a07e102a9d4d0defceaf743e40b 0.01 MB 40 259
152,264 152,264 00000000000007a957cf7d8dfb848e9775caef70f975aff71a81a55a5e4fde54 0.03 MB 44 38
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.