Memory Pool Memory Pool Refreshing

4,089 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (817,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,072 90,072 00000000000e361ad30e552ef4b0c2f2448c5666d0d9b403ec0c20485748776a 0.00 MB 1 0
90,071 90,071 000000000003bab20e93641f5a38de16d5419550e71366b8e0d1e331090a9beb 0.00 MB 1 0
90,070 90,070 000000000014a7b2c521d81c0326955fe198d553cee76a2d37dcab4d70925afc 0.00 MB 1 0
90,069 90,069 00000000000ec6295b8377b6d7257ba482b175fcf5f8f293f0bb001eac0bfd36 0.00 MB 1 0
90,068 90,068 00000000000170ce33d1f134dfe0341452bd2e178ce01db0e33e665ba7a71561 0.00 MB 2 0
90,067 90,067 00000000000097ea5bd098c363e712d0207d1f8cf1ece07f10b42d34703b533e 0.00 MB 2 0
90,066 90,066 00000000000dbb98a6fa692f3f2bf3af2114a63e000ccd8dc8e1588f0fcba3e5 0.01 MB 4 0
90,065 90,065 000000000001511a50b529f28acb02dfd6a9eac8351c9f3747756f29fcfad369 0.00 MB 3 0
90,064 90,064 0000000000022b1e50f6d68488b242d52f46e7531cca184f97aa564fe12016b1 0.01 MB 6 0
90,063 90,063 000000000004d19b679a952760b3b17f4e46ff22a0f71a0717993256bb7dcb02 0.00 MB 1 0
90,062 90,062 0000000000012bcb66d33831d29798279c2094e9fdd7e05dddffceb1d758b943 0.00 MB 1 0
90,061 90,061 000000000006704363aee9ae81a5a582c597af173c4b3c8a36e11a57793390f6 0.00 MB 1 0
90,060 90,060 00000000000db191610168b42ea3ec19697032d9f40b27107631653387ac075c 0.00 MB 2 0
90,059 90,059 00000000001221dc591b578a0c1b1c378e1c12a620529c45e2582a2d3e7ab12b 0.00 MB 5 0
90,058 90,058 00000000000a4f5f975bf27268d46b245ab5210e266bc358a4300d8501d99f48 0.00 MB 1 0
90,057 90,057 000000000012ed082781a2c11bfd9cc3f838d76f5a9ea09e49a08c0de9b85479 0.00 MB 3 0
90,056 90,056 00000000000cf123416cd007a9a85c510d6ff34b446ff17859f1595b37ff3692 0.00 MB 1 0
90,055 90,055 00000000000f42904bbfe2917837b4f9660c45edb259b50aa7d12ef100229b46 0.00 MB 2 0
90,054 90,054 00000000000cdcfc3e92e3d1259600a72a64a26b0bb85c7568ad573a2c1ee6c1 0.00 MB 1 0
90,053 90,053 000000000009d2923144b0e149927b2be1b9b74401d9a5d812282e906c10e658 0.00 MB 1 0
90,052 90,052 0000000000036e5166ecf4c744252941b1a32a5ffe536aaa6cee13d1e7e9f1d5 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.