Memory Pool Memory Pool Refreshing

4,835 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,376 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,736 (859,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,823 48,823 000000001da99a63d03121e67079b3f2baf809766bf39a15d7cf7e708c565448 0.00 MB 1 0
48,822 48,822 00000000226ff0afd561852b7b3badb32005bb4ab279a0e9e46cea840c8ce1ab 0.00 MB 1 0
48,821 48,821 0000000000f4d21aec6a2097008556d0a8341333355ccdce76a0e5a2df083d0e 0.00 MB 1 0
48,820 48,820 000000001b445a87355627ffadf045ad1c7ccddee3bb6a8e3a59eb530146834d 0.00 MB 1 0
48,819 48,819 0000000011f2c1be37a08a8cea06ac168adb7377b1eb11762be1f98cefec21d2 0.00 MB 1 0
48,818 48,818 0000000007fc091fcc5ff31ac23705f7e1018e34f8bb4a27ef1b1a26e5980f9e 0.00 MB 1 0
48,817 48,817 0000000003ecfe56a20b09cb91d5455f958fc05a5dfe4018ab650458bc6c7fe4 0.00 MB 1 0
48,816 48,816 000000000c6385b84a8ab386459aad07c91029b075c1a574182178561efbb0cb 0.00 MB 1 0
48,815 48,815 0000000008eb24b250217acb04b55339727abf5c2ae3cdb5d512b4566e52e233 0.00 MB 1 0
48,814 48,814 0000000028e6bc2280d547c982af669217c7ceba7d9cb3dcedd6e6fc91d3cc03 0.00 MB 1 0
48,813 48,813 0000000005efc010801ecc1f7612cd65b6f54a6126415366018b89c0d6f5e85a 0.00 MB 1 0
48,812 48,812 00000000060086940ae34d9feecc0b60126131a0d8b2bf6972aea4279e9522fe 0.00 MB 1 0
48,811 48,811 0000000007636d04030661621544e6ff0dedbe78035b92e658796df93318f9d8 0.00 MB 1 0
48,810 48,810 00000000129ea44a93692ed7de1c5b4fe37b005f3b36f08d4f810e7d225a0a50 0.00 MB 3 0
48,809 48,809 0000000014f40d64292532dd392c49614db0bcda0b319f0d4f41a6c304e18ba3 0.00 MB 1 0
48,808 48,808 0000000010d70d46646dbb452f0ce6d636fb068cee35d78b243165343f073521 0.00 MB 2 0
48,807 48,807 0000000020cc67231005567ea33c35e52d683ca7bffef4d67fad705406992aca 0.00 MB 2 0
48,806 48,806 000000001574fa70ff8f5ef1a3320130613ee2cc75ebf849d06dd17278f571cc 0.00 MB 1 0
48,805 48,805 0000000019825683c66c5b71dcdf684d45adc2608233eaf1885463522a702b22 0.00 MB 1 0
48,804 48,804 000000001a3a3dede9657090e590f100e70c2b6607e95b163c244254711c4196 0.00 MB 1 0
48,803 48,803 000000000a3ee83699a5081987f2e8e14ba662dc277aee3811b04b6e8e899298 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.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,855.45 GB sent, 102.32 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.