Memory Pool Memory Pool Refreshing

2,294 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 2,278 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (574,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,407 333,407 000000000000000015ca005f95682f4d3e4ad45d4f20fa2523f25b71165dd001 0.14 MB 192 20
333,406 333,406 00000000000000000f083fc92e905b836c26dfbfbf1339ac869fa0b96d291e0f 0.48 MB 764 26
333,405 333,405 000000000000000006659019b3dfb797ed3c30fcccba59e4146e879ae15e2dd8 0.05 MB 128 31
333,404 333,404 000000000000000002a00dd3042e1ec19506f34d7ec24ca2a488f00552099f78 0.14 MB 228 20
333,403 333,403 000000000000000014586cd0b3dba1c506b4087bc33f902a9d185782dec15ee8 0.08 MB 123 23
333,402 333,402 0000000000000000109e7c219f647452eefcf958a6d4dd825807e633fc5a7eec 0.22 MB 221 16
333,401 333,401 000000000000000003436e7083d70c53d83bf8af14788a5b93fac10e53e67824 0.12 MB 287 32
333,400 333,400 00000000000000000f51a670a8b567d9e596c8accfaa5d3c2af910d44ca2dee0 0.00 MB 1 0
333,399 333,399 000000000000000019b121bfbb896af36c3ed4919a0361ab275bdf08bd877a5b 0.64 MB 1,080 22
333,398 333,398 0000000000000000084beec254f6cfbd3fc707057207834a735e2fc77d18f3bf 1.00 MB 1,383 21
333,397 333,397 0000000000000000065be735c923c0d923b598ecab80a5a575895de3b3e85225 0.25 MB 408 22
333,396 333,396 0000000000000000147063976abcdfc1821fc20712105e72d2cef34639b797e1 0.14 MB 195 18
333,395 333,395 00000000000000000b161fd8e3de815ce460573baa8ee3da6b704c365649a3a4 0.08 MB 110 8
333,394 333,394 00000000000000000a09c89875e75f02e20fe17896c41b1482bbad554a63d207 0.83 MB 902 17
333,393 333,393 000000000000000009a1e8f70cb55387ede1accea122bf62d76f51de992a5e4d 0.75 MB 1,507 27
333,392 333,392 000000000000000014212a449f27a35eae122263b11be6c24e6b19f0ba766aa2 0.03 MB 64 371
333,391 333,391 000000000000000000d4c5f2fa708c18715007700a79c76996723c2b1c22792f 0.33 MB 526 25
333,390 333,390 00000000000000000d1bc407c602a253112dfb6d0297eddf26dd439ff1ba2a67 0.60 MB 426 14
333,389 333,389 0000000000000000069bbbb9ee5d7a97a400c55f735c61bda4fb9cd118027b6c 0.25 MB 689 37
333,388 333,388 00000000000000000f374bb9f1de06d342d3d1ca0e6ad4c77edcb43107238021 0.73 MB 380 11
333,387 333,387 00000000000000000a8122a82c0a1e2292efde4f9c87d86e378fab7222332296 0.50 MB 380 17
Previous 10 blocks ↓
Total Size: 769.14 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,631.99 GB sent, 93.60 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.