Memory Pool Memory Pool Refreshing

9,209 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (439,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
468,314 468,314 000000000000000001b4b9c40de026c6280564faa0d05432579c3b86971494bb 0.99 MB 1,689 393
468,313 468,313 000000000000000001b54d43a1a59a490221575fb03a4ec7f43651468d740a5f 1.00 MB 1,363 245
468,312 468,312 00000000000000000022572d66154ec8683c002d60e1b02a5bb780edee955113 0.99 MB 2,477 442
468,311 468,311 0000000000000000016c7625a389729fb9448dbbfe57470c143a8d5a51feb5f5 1.00 MB 2,199 343
468,310 468,310 000000000000000000cf38ebcfbff350134aa3c59027eba6b3be2aa1548ccbc4 1.00 MB 1,988 291
468,309 468,309 0000000000000000012bbd7678f50018e50e3acf431e302e5ae0c0b5bcb0d047 1.00 MB 1,893 349
468,308 468,308 000000000000000000e9f15a54c15007df5c3ee41e71d38e9353a7f2e9620e54 1.00 MB 1,882 401
468,307 468,307 000000000000000000bf9d7f2bbc10ac3e1ea47eb265d0f600a771c9c920026a 0.99 MB 185 350
468,306 468,306 0000000000000000003645094b45ec0e01ffb12165708704f452f68a6d96e630 1.00 MB 257 328
468,305 468,305 000000000000000001cec6663e63c31877d7a27c03471b1f3b580895a01445ed 1.00 MB 220 350
468,304 468,304 0000000000000000015cf27a76777d6f5e1f7a708e74d30181dc439ee41eaaa4 1.00 MB 1,497 391
468,303 468,303 00000000000000000069c438158d34a2b045d588f784fd1fa890dcfa209f14db 0.99 MB 2,258 277
468,302 468,302 000000000000000001125db2db6d65d9cfe3050fea0e089c21d42668056a468e 1.00 MB 2,118 320
468,301 468,301 00000000000000000023fadd6946b6fc70d8fb285071a9584a19c6e6530a8b0b 1.00 MB 2,312 286
468,300 468,300 000000000000000000694ba9f8a844b25b5b174383b0871415872f7978bccbdf 0.99 MB 2,289 330
468,299 468,299 0000000000000000011609fd2d49e3a12b8dfc1733145edbd3c4fed4d189775e 1.00 MB 2,273 357
468,298 468,298 000000000000000000d7543e390735c85113c3ff5249d0c5eca9e1f8b5aabd12 0.99 MB 2,020 323
468,297 468,297 000000000000000000f0684b41ec8e279ba268806246d66e461cabee1beef1bf 1.00 MB 2,544 334
468,296 468,296 000000000000000000def5f6999c77ed87798b74bec4b253c8fc4990e5cafdf2 1.00 MB 2,105 235
468,295 468,295 0000000000000000002d202ab12c5401dc139fbdec21a6c4aa44f740b92f9488 1.00 MB 2,917 438
468,294 468,294 0000000000000000016b90225c6c1154bf77f9461721127aa80f6d16d3cc9f3e 1.00 MB 1,764 261
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.