Memory Pool Memory Pool Refreshing

6,764 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,694 (586,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
321,500 321,500 00000000000000000bbb180d43ac8033d5b1fcac72e4c4c2ba9c3294fc9eaffc 0.19 MB 327 27
321,499 321,499 000000000000000007fd1efed8e12fbb7030cebc041d6c176da166025fe3facf 0.16 MB 228 25
321,498 321,498 00000000000000000eadfa0b5d4d78b30f89428e3a6e1c72d02af4d5d6eaa607 0.12 MB 163 22
321,497 321,497 00000000000000000248e136df88a8e482e7824c98598d85bc133b471bb7c016 0.06 MB 55 6
321,496 321,496 0000000000000000124fee4d2feaa7f86f65c05415d333c4f26d0144fed60260 0.46 MB 729 23
321,495 321,495 00000000000000001f5436e831a3fe09d376a07f56fc1cff3a9705aa025dc3ef 0.12 MB 277 33
321,494 321,494 000000000000000016e01cd9861934de2ea2f39646d7349de84c83fdf3c8c544 0.05 MB 85 22
321,493 321,493 0000000000000000106bbe142957a1603cb6f9ba185eae3bfcb7b5e4e6ebdc8e 0.22 MB 364 24
321,492 321,492 00000000000000001150b911bf1bf86b2de00cf231819dfba283bd26a731947c 0.11 MB 256 33
321,491 321,491 000000000000000009f878fed4b26055382e09aa273f5a6b011af8fdb71a4a26 0.15 MB 198 22
321,490 321,490 000000000000000023de9f6ea0d44520bd4aded83d255792b2fa93847b192b3b 0.19 MB 257 21
321,489 321,489 00000000000000002240ae03093c7b4e8c926477021a5188ff00448732bbaff6 0.44 MB 587 26
321,488 321,488 00000000000000000461add2024410d7110327a71870a58bbc01203d68514558 0.10 MB 160 26
321,487 321,487 0000000000000000016d5a27d35461bd3f9ea55334a37a0904a52c3b56e77dee 0.15 MB 244 19
321,486 321,486 00000000000000000025a203f13419fe7d16d296469a0225287c1c836a9501f4 0.00 MB 1 0
321,485 321,485 000000000000000021dd5b712b9e7686e47c9d226d2f8d4369ef4a8f2e933c32 0.11 MB 155 21
321,484 321,484 000000000000000015c748963cb2c34bc09e59e3afd23347a28f424eaa982800 0.60 MB 421 15
321,483 321,483 000000000000000024b58c1a08eca5cca714b739a5b6329537ea9c789f26c18e 0.93 MB 2,397 37
321,482 321,482 00000000000000001dfe76f7a70aef06a9ae59b6fde08ef8cd6314bb93365a95 0.05 MB 105 23
321,481 321,481 00000000000000000d7aaf7ed6851477d783d6cae74d797acf176a797605b14a 0.56 MB 745 21
321,480 321,480 000000000000000023910377cac5ef59f14ec4ae928d77114f643c2f58fbeb95 0.05 MB 90 28
Previous 10 blocks ↓
Total Size: 768.97 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,615.70 GB sent, 92.68 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.