Memory Pool Memory Pool Refreshing

4,931 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,663 (316,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
590,940 590,940 0000000000000000000022782cb247345615f25f6f19563f768f23f087cbfec9 1.10 MB 2,431 25
590,939 590,939 00000000000000000019453ff7dae842ad8c9b2fc805743b7b2ee1ea099edc7a 1.20 MB 2,800 31
590,938 590,938 00000000000000000003377cb4036b812c236d05f10aa1f27840c326ba50c592 1.01 MB 2,286 2
590,937 590,937 0000000000000000000f1707151dd3a0742180e48b43c41799d817b0bb6b50f2 1.13 MB 2,660 19
590,936 590,936 00000000000000000004de08fa8132baa3e2a91b8f4b4d724f12b6a70e0afe06 1.24 MB 2,579 47
590,935 590,935 00000000000000000017163606b1c82d824d8d80b75c6c2fcb4544d39933e0a7 1.26 MB 2,724 36
590,934 590,934 0000000000000000000cdbd84ee7e4ab1df3d5d01fe0c4f6fb60943f75e263dc 1.26 MB 2,925 49
590,933 590,933 00000000000000000002c16c97a0373c609761d46a1320c75d26cd0130a47009 0.28 MB 571 20
590,932 590,932 00000000000000000013bd2e2ddc1528cb4fd6a854b70812146229646f3bae7c 1.17 MB 3,004 28
590,931 590,931 0000000000000000001b469434b4aa4f777e63f9c46e9c491c88eac2f239e64d 1.20 MB 2,956 33
590,930 590,930 0000000000000000000302483552f28e0627a659636d1270032df8845d328442 0.81 MB 1,868 16
590,929 590,929 0000000000000000000242eaf4b58871106af448be1ea21a7ded561e6d4c15e8 1.09 MB 2,768 11
590,928 590,928 00000000000000000013a857c83e9e08d67f96a505d020cf6e0901a7c6aa426b 1.20 MB 2,986 39
590,927 590,927 00000000000000000004d4569502999df1017c3542876be940b6890dfc4a87d6 1.07 MB 1,584 18
590,926 590,926 0000000000000000001497593605747374307aa1e0baa8df0ea50f7b6ab2964a 1.32 MB 2,625 25
590,925 590,925 00000000000000000000ba1d0ca798644c77738bd06a949df542649a9359aa63 1.29 MB 3,088 47
590,924 590,924 00000000000000000011699ccf5ec3a72ff6f54c3695188e4272101f1798a9ed 1.16 MB 2,869 66
590,923 590,923 00000000000000000000746266d132c151fb3bf03772fbc8b20de4bcff43c9d8 1.12 MB 2,564 30
590,922 590,922 000000000000000000119810bc32191299cfc59a62932db402d902a9cdb5eca8 0.11 MB 283 29
590,921 590,921 000000000000000000024e5e9baaa61631c0f413da4f6a8d5d4dbcfa079b134a 0.82 MB 2,007 13
590,920 590,920 0000000000000000000c5abea0300ccbafe21dfcf6df89f4043df481c5bf692d 1.16 MB 2,735 20
Previous 10 blocks ↓
Total Size: 768.92 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,603.49 GB sent, 92.34 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.