Memory Pool Memory Pool Refreshing

6,257 transactions
3.27 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,008 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (11,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,089 896,089 0000000000000000000073b3bd9ea16f663bf76bed8b4d7486ac5522b6f9bd6c 1.60 MB 3,833 4
896,088 896,088 0000000000000000000148370c6ad0eceb23d0de54ea86a362679cee7fcd3f4a 2.86 MB 1,144 1
896,087 896,087 00000000000000000000e45dc9720d3c58c7f63a86c467b84cb7f4842914ae56 2.41 MB 1,860 1
896,086 896,086 00000000000000000002045309a730c18cb8ad02956eb33e96dbd0c2049c5864 1.81 MB 1,894 2
896,085 896,085 00000000000000000001586f8f292afd1083abb2cb653ba9c35d47e85c2c3e68 1.67 MB 2,712 4
896,084 896,084 0000000000000000000256ab9f86f24ba202ad823e5f37a3354fc7af10e7f3e7 1.55 MB 2,825 7
896,083 896,083 0000000000000000000122512e002c5f6f6a27c648aaa360045829039ee71b26 1.68 MB 2,720 4
896,082 896,082 000000000000000000023d6bb642b1f82db798d91595a4e3c99d0891d34e1748 3.72 MB 347 1
896,081 896,081 000000000000000000021725b9342fe9972b09fd2aa13120aefffb4b9d91fdc2 2.07 MB 2,256 2
896,080 896,080 0000000000000000000127697af05fefb5ee2d7bdb193fecfbe3d8f442f2edb9 2.03 MB 1,907 2
896,079 896,079 0000000000000000000254ac07b5d30e7477346e2e8d6b2d738b8650233061e6 1.62 MB 3,569 3
896,078 896,078 0000000000000000000091078179e5d8d632f9dc8557e12eb4ae0126a424cf4f 1.48 MB 3,732 8
896,077 896,077 00000000000000000001d39863a84159bd8766fe0d217ea0a7654485e16224ec 1.95 MB 2,002 2
896,076 896,076 00000000000000000001dbfe98828d9aaf33998f1599987f05e5968be8d5b54d 2.75 MB 845 1
896,075 896,075 00000000000000000001306d328684369f20b1bef56f8f45cf0513e6a2883cc1 3.61 MB 495 1
896,074 896,074 00000000000000000001a9a594f0323801c83dca24b6171b7dc8446726512f31 2.52 MB 383 1
896,073 896,073 000000000000000000016270c067e50b10fa4365b55a5757173e3fba29c430af 1.61 MB 2,464 2
896,072 896,072 000000000000000000011f68c8134fa8a2880f07e7620cfad71f8a5832c36137 1.64 MB 2,965 3
896,071 896,071 000000000000000000021ae0b73880b18eba9a1e62ca4353b0327d53cbe943e7 1.54 MB 2,208 14
896,070 896,070 00000000000000000001e6aa4a2de4ef7395ee0586672e0481f7d3ec7f5bbd92 1.61 MB 3,492 6
896,069 896,069 000000000000000000005284cfe1bf5111e4f86294142dffeace9f188457ed14 3.02 MB 1,210 1
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.