Memory Pool Memory Pool Refreshing

14,244 transactions
4.52 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (635,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,771 271,771 0000000000000000876ec089374e9d13ddc46744dcfac6628ad88afcec16e3c0 0.25 MB 787 76
271,770 271,770 0000000000000006b8a4f76b8361956905ec31683b8a63aaf85d1dd9a974f4d8 0.25 MB 645 112
271,769 271,769 0000000000000006e190b6d35a825720918b885c5351cf1ae3a2281777bc45be 0.25 MB 733 84
271,768 271,768 00000000000000011c022a3842290031477094185db2214625d1068c14db6438 0.25 MB 815 117
271,767 271,767 000000000000000696eaa437d169b39e3e701adb453c364234916128ae368584 0.40 MB 965 75
271,766 271,766 00000000000000058f3959dc7d84444f42a36cb2a7a4dc119cbb287a47dc70be 0.15 MB 398 67
271,765 271,765 0000000000000004eb0635208abcb0489f9662c2a569ab06430caf419ea1a323 0.67 MB 1,273 69
271,764 271,764 00000000000000063354501938ef92e43215c3933a07d564bd8883118c080292 0.57 MB 1,445 104
271,763 271,763 00000000000000023ded9176f50fefeb03ec66ee6c3de9e0dfc694de61565003 0.25 MB 837 273
271,762 271,762 00000000000000016750b28f66397e7ab0fe76a9fe5ea8004254febee2116291 0.07 MB 202 111
271,761 271,761 0000000000000005a79f4934338caea9622933fb3177c1ba84e4ee6793c2be44 0.05 MB 151 65
271,760 271,760 0000000000000002218fd428a5f1b9f05dce501ebbecb05c676fc2ea9ce25cf5 0.30 MB 625 58
271,759 271,759 00000000000000001b42c26fa442acb5b428cc327a574a23cdd84df287a0904a 0.15 MB 311 42
271,758 271,758 0000000000000004fb2145150d16f562a762b0b9def622a75e755135ed3d7e6c 0.06 MB 129 70
271,757 271,757 00000000000000050b4d23c1d61bbac987c88001afa880788aeb1212c66828b0 0.07 MB 219 64
271,756 271,756 0000000000000003941826b6fbd0d179d9bc90f21ab0b4d3e4979aba465c7caa 0.35 MB 817 65
271,755 271,755 0000000000000000200a0e847eb4f421b99e0b2361293fc07592c24a84023b15 0.07 MB 155 67
271,754 271,754 00000000000000058768a6030eb34016c2523700b5e8e9c7f357eaac63a2fcec 0.13 MB 312 60
271,753 271,753 00000000000000068e19caca8cd7635d0c9a2c11111e0f53743b9969d2bfd236 0.15 MB 279 39
271,752 271,752 0000000000000004c2e3b5bb00466f33c361da8b7257957ba2be00e49970d91b 0.23 MB 581 51
271,751 271,751 0000000000000001ad3af82a72bc566933a99f48cd643227dd0463f8e23c7aa2 0.23 MB 274 42
Previous 10 blocks ↓
Total Size: 769.02 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,622.96 GB sent, 92.96 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.