Memory Pool Memory Pool Refreshing

13,212 transactions (6.09 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 3 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (11 blocks)
  • 5 sats/vbyte = (7 blocks)
  • 7 sats/vbyte = (4 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,922 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,958 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,921 (903,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,918 5,918 0000000036756e204db33d761a29c187431b31c126cfdffe3aec05ea1a0572c2 0.00 MB 1 0
5,917 5,917 0000000040fa2efc3dfc985865619304637bd3f9d086ccd46879f8b5e8a31910 0.00 MB 2 0
5,916 5,916 00000000ac881b32a5b58f7e066abe65431ed3aff36c07d69add04b4aad503e5 0.00 MB 1 0
5,915 5,915 0000000098f7951febeb6d71c15e5fef937fd5f3813721f8a1ac0f410b1f39e3 0.00 MB 1 0
5,914 5,914 000000002509f053c420965b16ba18df78cf1e707cf8cc4bfbdb70d9a97e29e8 0.00 MB 1 0
5,913 5,913 00000000911e4a0cbf43b8800354c244ef35c58016db0d767246032c3ac6796f 0.00 MB 1 0
5,912 5,912 0000000065842f62bc7b048e44b9c89480f6431210a8b88dea5ae09de4be4eb9 0.00 MB 1 0
5,911 5,911 0000000026fecef114825fdf9442e3e7b435488dbcc21817c23ee075fc246283 0.00 MB 1 0
5,910 5,910 000000000178c9e89ca1e4efb08deb3acc1c5bb3f7ba212417c1080cb8dec830 0.00 MB 1 0
5,909 5,909 00000000577e05b71bf9959a8061cfa13c0880d9c491479189c362de93a9ca44 0.00 MB 1 0
5,908 5,908 00000000f66306644008245fffa7504cc56d8aebdcbe27cf34787dffd00be0b3 0.00 MB 1 0
5,907 5,907 0000000009a6af2f8248f9661fd0e3381d812e83ef036e382620b64d79dffc0e 0.00 MB 1 0
5,906 5,906 00000000b163e32224f8b5c801883b7e30cf56f80be0cfcc8e5372361cad929c 0.00 MB 1 0
5,905 5,905 0000000037294dbcf218b34cf673ff8d640f43494e9af54850aa928c858311a1 0.00 MB 1 0
5,904 5,904 00000000a7c7e84b9651b6d6505a14a0a474effb105b5dfa44515909a12fb274 0.00 MB 1 0
5,903 5,903 00000000e8f1013427bd6f39cef783291463c350b72e8ede8eb7c256407419f7 0.00 MB 1 0
5,902 5,902 0000000018f13df791e8023b7a51fe22d06a7b9be18723e52431d4795231c816 0.00 MB 1 0
5,901 5,901 00000000e2ce26991d2fac07c4600b4881e91819d186aaff6f530ec237725747 0.00 MB 1 0
5,900 5,900 00000000b81a499a58a1c13ca64f6f2bd072bab8146e3067b29dcc1eab71e926 0.00 MB 1 0
5,899 5,899 000000009525cb6d461036fcbb40ec7ffd427f581569441c1395a5deedd765a9 0.00 MB 1 0
5,898 5,898 000000006c754600cb31121249d282e0ddcb11c80d1867b896e6d3fcd24d1fa5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.40 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,864.07 GB sent, 104.42 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.