Memory Pool Memory Pool Refreshing

2,019 transactions (0.53 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (12 blocks)
  • 3 sats/vbyte = (7 blocks)
  • 5 sats/vbyte = (5 blocks)
  • 7 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,951 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,995 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,950 (849,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,374 59,374 0000000009d4ce95800143cc76b184c17e03c102781bab2b6c412e3d7c32850c 0.00 MB 1 0
59,373 59,373 000000000d9dc55fc89828e3d9a9fa5277994a46810fe9d30390e16f8564fdb6 0.00 MB 1 0
59,372 59,372 00000000001d073cf75d45d3a0c64816aa0113d6d7bfc1afb8827d1e23c78863 0.00 MB 2 0
59,371 59,371 0000000000dd1b53c239daa75b4a3df5954c55bd5570bb3a1eaa0e756aa938d2 0.00 MB 1 0
59,370 59,370 00000000027f3a702e40a69c6a730b483d44a41df5fc747f2f41b7e5a2de755b 0.00 MB 1 0
59,369 59,369 000000000b44010d8ff11dec3411e2b7f56032d5dfb7a140f8d169648775dc85 0.00 MB 2 0
59,368 59,368 000000000e736c7f24e5f10436064ce0ddf8ee1a1e34ac4f85c1f316d4f977f6 0.00 MB 2 0
59,367 59,367 0000000005f6d1e474355be3e313d86cbe96dfad784f0e8c617e4450983fc819 0.00 MB 2 0
59,366 59,366 0000000009340ff5275e66bca4445f7137e391b26370460c8fa9221aab453bf7 0.00 MB 2 0
59,365 59,365 0000000005ac896281523c08a915c973513c7cad1520b441e6ac7b0ab3f94550 0.00 MB 2 0
59,364 59,364 000000000a7dd55bf6fb73b93cb687f9124860ba4628f23c14ad0f8ee0075141 0.00 MB 1 0
59,363 59,363 0000000008506fb2c1daf182a93d952f38a55c42937794b45549ea491407185c 0.00 MB 1 0
59,362 59,362 00000000061f7b758f52c170e4d77c50759b4cc271ab407d31c89ebfcf3f959b 0.00 MB 1 0
59,361 59,361 00000000095796d41e71a462f5f71951122bd708efa0e0eb89cbeda4c79eb052 0.00 MB 2 0
59,360 59,360 0000000001f4af46c7b888e5f005b8980a7b2be5b6b6d71f4a8b3eb43791f3af 0.00 MB 1 0
59,359 59,359 000000000ec1374bdbf2dbd909cb3582209ed4c445aa60a64332bfa9934bd450 0.00 MB 1 0
59,358 59,358 00000000080321c06a7373eec2d997b40d5d2410cafc9ee22a8d763241434eee 0.00 MB 2 0
59,357 59,357 00000000078dfa5fcc033379958e4e99f88f7780ddbc5f21508cc164d9d2de9e 0.00 MB 3 0
59,356 59,356 0000000000d47847eda19455263a30c5424d372e282f276f6d68c7766d40a0c4 0.00 MB 2 0
59,355 59,355 0000000007b34f7eacd2e506539fb6de620bb322362ccc8a08d8ac11ae11462e 0.00 MB 2 0
59,354 59,354 000000000c25fd53a4dfc43b48f38300e341c3b0fd4e9f8e8a45de1ec74c820d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.46 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,866.10 GB sent, 104.65 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.