Memory Pool Memory Pool Refreshing

12,248 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,033 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (14,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,827 892,827 000000000000000000024d0e2422eb0e3c4f1ca7f9a7552ae2b7c9b82dee16d3 1.59 MB 3,276 3
892,826 892,826 00000000000000000001ad5123a7ed45a1ffa5bb647f6c52b82cc3f5c043ad1d 1.37 MB 2,264 13
892,825 892,825 000000000000000000016db2704594abcb6becb05dc4bb313386dff49ed695af 1.54 MB 3,411 3
892,824 892,824 00000000000000000000d223aee7d528decd309d73ad65545cb102b4c833ce53 1.44 MB 2,060 1
892,823 892,823 0000000000000000000247f4429e3523e51258eeac5e88d83c1d8a1d6e59f6f4 1.88 MB 2,492 2
892,822 892,822 000000000000000000006d0f5a1fa9e7991c0790c264d597cb1d0f9a9348d690 1.65 MB 2,784 4
892,821 892,821 0000000000000000000015d9eadd3ddf504813545f2903fa011e03a6424224de 1.59 MB 3,623 6
892,820 892,820 00000000000000000000cd5205017ea9a5ff35bfd89e250e8de302f770d8ea44 1.90 MB 1,296 2
892,819 892,819 00000000000000000001a9bf34784ad0cdae67bb5a951b94294af3fd38ebf160 1.62 MB 4,013 2
892,818 892,818 00000000000000000001bd94c2a02ea03cfffae094a14628004f761f3e891694 1.71 MB 3,894 4
892,817 892,817 000000000000000000014307ad3e7ff4bc6d15f722ca4a8101035d77ee293e5f 1.60 MB 4,059 8
892,816 892,816 000000000000000000018d7088812956077b69e3fe5a2d5f7c3cba817195c5e8 2.09 MB 1,343 2
892,815 892,815 000000000000000000004f0cf797f71b02e3abf8a3184d2cf5798e3dde4848c9 1.68 MB 3,926 4
892,814 892,814 000000000000000000017495735165190a8cc502b1972fd404fa256203b66efd 1.77 MB 4,234 2
892,813 892,813 00000000000000000002160e26714cf117c91cde56e800435ba7ed015c8abcdd 1.74 MB 4,320 4
892,812 892,812 00000000000000000000f9d8b1a6ae6e854fcfac50f38b0daefa206773d35cc2 1.67 MB 4,052 5
892,811 892,811 000000000000000000018f65950af231530b6f2d4933de469eb5152850c9a394 1.76 MB 4,320 2
892,810 892,810 00000000000000000001e6d65dbbcdf2ff4c93474417d6194a32aa5817657713 1.55 MB 3,211 5
892,809 892,809 00000000000000000000a2a31e36944c434c0f3b6ad04c03ccab80eeababbcb1 1.43 MB 2,663 8
892,808 892,808 00000000000000000000a0b74192c63760f08639b034a8c25695a12a37bcf3cf 1.68 MB 4,387 2
892,807 892,807 000000000000000000007c71a9ee3fa8bfa52ebff994194d43f050670c08b1d6 1.68 MB 3,814 7
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.