Memory Pool Memory Pool Refreshing

4,034 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,710 (511,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
396,380 396,380 000000000000000005d31f24e9cc177d0c53f53871c42c434b23ed769afcbae2 0.28 MB 433 30
396,379 396,379 00000000000000000561d3ce978184e7e75a6b28aa6b996ba106860efdab63c1 0.76 MB 401 26
396,378 396,378 000000000000000004f8614a245c4da076fafdc8ec2a8b8901ca002e64f8f419 1.00 MB 513 53
396,377 396,377 00000000000000000774172593162edfa0ee59ec75a5243f820e351182403fe7 0.99 MB 958 37
396,376 396,376 00000000000000000722c758055ffc8eae374c019558671ad1bdd712f527a7cf 0.99 MB 1,107 26
396,375 396,375 000000000000000006220709c58ab83265141c581e0f26dcb6ef5e91074e4f94 0.88 MB 333 10
396,374 396,374 000000000000000000b86d77b06c675fdd2882cd40d86e1d73f757d245a9578c 1.00 MB 1,458 30
396,373 396,373 000000000000000008e80a7cb9f9f96cda32575877eacb7b53c16c0a42a74dba 0.89 MB 742 52
396,372 396,372 0000000000000000038aa107aecefbed32ff227a7cc8010b3af0d3f7445b0681 0.93 MB 722 57
396,371 396,371 00000000000000000302f914b03803be44c6e396138e0ef8dc52695616745547 0.31 MB 327 23
396,370 396,370 0000000000000000017900e4d2b3ce1c58576f45e3d7922aebe360c21c326b7b 0.99 MB 1,274 37
396,369 396,369 000000000000000001aac6bb94d70887966cf35e2637f8da5884461bd72f5ed2 0.93 MB 1,844 44
396,368 396,368 000000000000000008fbd88dc0a18e25c3dae2e03b09de7d9bea950be351ced4 0.95 MB 647 63
396,367 396,367 00000000000000000411352c8ae898ae432339a713b26e3cca943a34289116b9 0.20 MB 301 31
396,366 396,366 0000000000000000002ae274d82c72e16951eeb664013af1fc90bcce42968070 0.93 MB 1,837 42
396,365 396,365 000000000000000004845f12e1bcc11e9d1f70c6bfc0c4190cc10a8c73021b63 0.53 MB 904 48
396,364 396,364 000000000000000007e9ceb8054f3095b6793c61b352af93a458de7868374469 0.87 MB 1,868 40
396,363 396,363 00000000000000000616df617d03825a08e527bd8762a8a808725e92566da283 0.95 MB 1,568 34
396,362 396,362 000000000000000004f87476894604df23d3e2210e81048a26e2d2244fd99a88 0.99 MB 1,293 18
396,361 396,361 00000000000000000667c0d2eb2ddcdca03e6992c78b9b25341a9224fa1aecf6 0.93 MB 1,876 43
396,360 396,360 000000000000000006c854f85f26518c7e93b33ec4f19395272a0542c7900a5c 0.99 MB 1,805 41
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.86 GB sent, 92.83 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.