Memory Pool Memory Pool Refreshing

10,412 transactions
4.70 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,360 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (716,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,276 191,276 000000000000025c85e2ab50aed7cb1988096f356561692ecfca5b22f0ed79fc 0.00 MB 11 15
191,275 191,275 00000000000000d742729e8d5bccd62ffa9f3ace8d6ee3686ed37ac087485814 0.01 MB 25 17
191,274 191,274 0000000000000622f05362ecd07ff6295ef5eb14e75583086dc9ec144f809d2d 0.05 MB 130 126
191,273 191,273 0000000000000397b738dbf6cdaaa4b321b33dca230369839ddb50e0d09dfe10 0.05 MB 150 49
191,272 191,272 00000000000007624d61d7373f86b40966c35477e03b9fcc631047c03da1015d 0.38 MB 867 131
191,271 191,271 00000000000004d9eee57cfee33f683ff44eb6063930ffc30db6d269852836e3 0.00 MB 9 20
191,270 191,270 00000000000002b0e81c2ecbae29f215fa34ee4e4c6082087b09742f7232bce4 0.00 MB 12 18
191,269 191,269 00000000000008dce59a55958ea14ef0f6b4bdcf43a1c1dfb23d27a4c40f3f89 0.25 MB 590 128
191,268 191,268 00000000000005bc15ba0c65101dfb6be68b29e90dd3f98b3b8d9c0e560eb043 0.01 MB 31 111
191,267 191,267 00000000000002c85bd9b4db3f4a59a66dabe2b9c6d718155edab19c3a6f85b9 0.02 MB 70 17
191,266 191,266 0000000000000475c9aa4332cac433106ebcbabbf6d6475288f28bbb362a4a10 0.02 MB 36 129
191,265 191,265 000000000000005b054cf939c053be6c7716eecf3f5bc5a0b974c444a309743c 0.11 MB 261 448
191,264 191,264 00000000000004e1fc0bbe588e06902e90457654e91bffee571ef8190d3a665d 0.10 MB 224 126
191,263 191,263 00000000000006ee67370ed7540511fd10ce5ad4c4bd3f6f54b27ca350b18f04 0.04 MB 152 95
191,262 191,262 0000000000000320c4d563f14fdd83445d20c245e284969ecd70df3d52c7b673 0.05 MB 104 130
191,261 191,261 00000000000007e9cf06c11ca641ea0582c82772ff739b835f592f0fc56171f4 0.00 MB 11 68
191,260 191,260 0000000000000473e460792273c36b0973f398618bf44be882d58fa44ace357a 0.02 MB 39 50
191,259 191,259 000000000000044540a350b8451716a864ea4e9916979c3c17e4bdc3af033991 0.22 MB 650 149
191,258 191,258 000000000000078a98ecc1d2c606728ddd6055ac0fc6a3bc3a213a692e12dc9a 0.25 MB 572 117
191,257 191,257 0000000000000560384aaba93a1f7bc0f69304921986ed87e226ff8683b888ff 0.01 MB 32 0
191,256 191,256 00000000000002b69cd7f5ea53db054abc3ef6e7ad887248d1712844f54f6c63 0.00 MB 7 0
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,625.74 GB sent, 93.04 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.