Memory Pool Memory Pool Refreshing

7,968 transactions
4.09 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,866 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (607,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,769 299,769 000000000000000089649b2e4420ad2bb2c550705222a9f21f0c362336421a25 0.35 MB 1,000 39
299,768 299,768 00000000000000004583ab58adf2944dedaaec4e1a4fc3d9a25a199df364a897 0.21 MB 382 30
299,767 299,767 00000000000000006898df937e7ac5421000213b47b5e747e824036e7cd0bf79 0.20 MB 347 27
299,766 299,766 00000000000000007d5dd96665de528c42c7399e13c378c38e39cd5c1334e761 0.12 MB 236 41
299,765 299,765 000000000000000058e7f5420c706f3a54eb4b2a0864fa9da73ee1a0ab63d24c 0.14 MB 275 36
299,764 299,764 00000000000000007d55f1c0cd54c4b64e3f512384c26ddddc765cd9c1875e2d 0.11 MB 94 12
299,763 299,763 00000000000000000858c7369dc6306ca9800d1ea1039f6c43df2dc17b533a80 0.14 MB 231 28
299,762 299,762 00000000000000002c6c581425ad1a52254c14542caee3ff631bf0b61b7090f0 0.53 MB 925 63
299,761 299,761 0000000000000000168b1aa0bed849029a5b8006a006c44685a57df6b6956047 0.19 MB 169 18
299,760 299,760 0000000000000000205c5299dbf978c8020c8d1dd4124c9933e7c26c94b9c661 0.42 MB 542 33
299,759 299,759 00000000000000003d818d0a921b06bab5f75f6b414a843e76111302db839a91 0.35 MB 984 46
299,758 299,758 000000000000000000871ff5d4ffccab23a1e553e9b8ccf05742b9110c5f9c0f 0.35 MB 615 35
299,757 299,757 00000000000000001b85e48f11810b30e39834b8345d8700a251630dc5ee460f 0.12 MB 279 29
299,756 299,756 0000000000000000042c480ca730eab5aa42364fe5fbcec2a8e63206edb9200d 0.20 MB 100 9
299,755 299,755 000000000000000044ce3e4a81f7063a912789ed01f5243bc64a10a0d2746d3b 0.05 MB 128 36
299,754 299,754 00000000000000006c0744699dcef123359cbb5e05c39a65aa8318d1091f2543 0.13 MB 256 44
299,753 299,753 000000000000000062a12936b73bdba0c35727ef1a5aa1aaa99523cca24d31bc 0.32 MB 592 36
299,752 299,752 000000000000000070bb438c710c8f1c9454bea1c8a699cf24a4e7306e94fdd1 0.30 MB 224 16
299,751 299,751 0000000000000000785e0eaff0c541a8ebec036276d13b2937a096f030091d6a 0.35 MB 955 51
299,750 299,750 0000000000000000892f68ec4a723c0accd9f4fb4fc59deef123321000288cfd 0.11 MB 216 33
299,749 299,749 000000000000000040d12305a03d376b50314e9b091f47d480dfc604da3f18cc 0.34 MB 307 19
Previous 10 blocks ↓
Total Size: 769.03 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,625.80 GB sent, 93.04 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.