Memory Pool Memory Pool Refreshing

673 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 673 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (458,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
449,120 449,120 00000000000000000190301efab6f6e1822e85c68a257cb88384635f060ab92d 0.44 MB 975 57
449,119 449,119 000000000000000001e66dc0a7387bde01af1e42fcb71b7d41705515de39cf05 1.00 MB 2,491 90
449,118 449,118 0000000000000000020ba9f9da70d88369d42c66b3ef9c5424ae77b3e7d1a439 0.48 MB 1,116 72
449,117 449,117 00000000000000000012f544bdeeffdbc069030332eb6eaad19b6a28d73d7027 0.45 MB 908 73
449,116 449,116 000000000000000001678eb07d10152995d501b3ddf13ad69c8a98b80312a4cd 0.35 MB 730 74
449,115 449,115 00000000000000000251b04081c64456f973a0adb6f737e1903f523fe2ad6d57 0.68 MB 1,551 84
449,114 449,114 0000000000000000000bcd3a1ff6ad79c48c4ed9936f845fd1c886c60e472808 0.31 MB 653 64
449,113 449,113 000000000000000002525ec752df6d8ca9ad9ad8c319a587e5534e9bcb6e9086 0.37 MB 913 79
449,112 449,112 0000000000000000016ac37a1778ecc0c51327307a6c42867438e59dc511b0da 0.21 MB 315 59
449,111 449,111 00000000000000000184151fb2780cc54d368510ef6ae4d41eb096a6e943dd06 0.18 MB 359 78
449,110 449,110 000000000000000000a919a34fe67cec33987eff8ebf0d21c730ddc2bdd1c904 0.38 MB 611 42
449,109 449,109 000000000000000000a77530145167b459629083884b2e0de3fb92d049124bfe 1.00 MB 1,772 52
449,108 449,108 00000000000000000296965867916939a7c43b94514d13e296fed5fe2c48691d 1.00 MB 2,668 68
449,107 449,107 000000000000000002de2b1937c68b7e1a8c6624dd02ea15aa98deb3c74b24da 1.00 MB 1,830 72
449,106 449,106 000000000000000002d55f60df9eb0af0faa48d3377280b9c10d0d9b8a0688c0 0.75 MB 1,666 107
449,105 449,105 00000000000000000152a4455ee6e16e4667566486d8620823f4115b9c4ce069 1.00 MB 2,276 100
449,104 449,104 00000000000000000237e64a3aa447cffe1ae660dfc7d3f3ebf8485b0cc8b4d9 1.00 MB 2,314 69
449,103 449,103 0000000000000000005aa0419ec8e9b559518dc63796dcd225e34e4a5ff03c31 1.00 MB 2,959 115
449,102 449,102 000000000000000001967081d0a34802a20b8579441110ea72722f3ed6e50026 0.31 MB 792 83
449,101 449,101 000000000000000003339445ccf0f7effa7c1dae7bcc359d8351b0d888f2f043 0.30 MB 582 65
449,100 449,100 000000000000000001dee37662221c18835d567ee14d23787b6b47fa1efe2e3f 0.35 MB 704 59
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.