Memory Pool Memory Pool Refreshing

242 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,746 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 226 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,745 (543,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
363,816 363,816 000000000000000006707a10c337a621c91a84f9dc11497dd629393aaf145c57 0.40 MB 973 71
363,815 363,815 000000000000000005ecc8b91384a298fae6a6256cf2b5add334bc3ba4ef4a47 0.20 MB 341 50
363,814 363,814 00000000000000000b397e63eda27b9d1837660d178f5fdc83efa1f6b6a4b064 0.60 MB 1,162 50
363,813 363,813 00000000000000000bfb3f3aef3a8e4a6878d6d8a9894f6ef6d462fcb904b721 0.64 MB 1,035 30
363,812 363,812 0000000000000000025541f0d962a634f9d32ce7e73ac80a667414cbe38653b4 0.37 MB 665 31
363,811 363,811 00000000000000000ce6af3bcfd429961dabc3d19132dcf3d19f9b96183ca0ea 0.41 MB 803 33
363,810 363,810 00000000000000000ca1254495f5e7a06930dff81052d6863e74ab7b7ab8472d 0.03 MB 104 57
363,809 363,809 0000000000000000026669f7237493624d7169a98d267694db74fecd5cf9f8ec 0.24 MB 296 21
363,808 363,808 000000000000000005c1b37c9a68d92060a80163ff41cbc29fb6aad200a11071 0.05 MB 39 2
363,807 363,807 00000000000000000c43deb93cc9f0da471e7b1e3d64da338691830943e1df76 0.46 MB 562 13
363,806 363,806 00000000000000000211fab18d44d601ff73ed8e45da6fd5a4d2080e405a7eca 0.75 MB 1,044 22
363,805 363,805 0000000000000000146719bc49db36fa556cb3facf93398ea344e0ef58433409 1.00 MB 2,439 49
363,804 363,804 00000000000000000723f353e3ec749b26da9821e87b9020318ad2b3003009fc 0.80 MB 1,392 29
363,803 363,803 000000000000000002b4b1f819146db1b5086174f2aaf88a7adc42691aa0dfa3 0.22 MB 369 26
363,802 363,802 000000000000000008e8a55da5c6702cb707797bebcec31e093697613a23dde5 0.44 MB 866 29
363,801 363,801 00000000000000000f3526798f3671603ced92cf35c07e9ae13963d214cea4d5 0.18 MB 328 26
363,800 363,800 00000000000000001374fc855cd16ca38e470022980934113e205261a79d1afc 0.61 MB 809 13
363,799 363,799 00000000000000000bbb83531b9b220aa689d76f663f52858bf17df17c5cf2ff 1.00 MB 1,572 28
363,798 363,798 000000000000000013a8c0cc590ddcc5d28dac3e9fb368a632900b146bdba4e1 0.75 MB 904 25
363,797 363,797 0000000000000000025f7d13a3a91d05a6c68a8e1150e74102d04028a40d41a5 0.92 MB 1,932 54
363,796 363,796 000000000000000004ec66253e7d80ee68ac53b98e423c790a68949ee2a9b934 0.95 MB 1,792 36
Previous 10 blocks ↓
Total Size: 769.07 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,628.04 GB sent, 93.21 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.