Memory Pool Memory Pool Refreshing

8,539 transactions
2.84 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (786,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,053 121,053 0000000000003795781dafa7d1634569ee4f553da536b34f5dbe24f381f3e0a4 0.00 MB 6 880
121,052 121,052 0000000000001e35337c744b329dd4149732a5e72600ad8d3b16e541da0bbfeb 0.00 MB 9 299
121,051 121,051 000000000000563c5e4e43915fdf15e5d64edff4f376d6293b1cd72078d563b7 0.00 MB 1 0
121,050 121,050 0000000000007bbb29af8f47ac5f262af8b5eee80e33fbf450525e2bfcfa36b7 0.02 MB 44 224
121,049 121,049 00000000000096640555f4cab1cfafc51cd71637fde69145d06eca19524eaeda 0.00 MB 9 742
121,048 121,048 000000000000200bae132975386a7dda629616a7a0e64ee9d140510dae7d8e7b 0.01 MB 21 1,772
121,047 121,047 00000000000012b170573c74b308a605eccb4bc7ab7bcb0b3ba83534ba9133a3 0.02 MB 49 1,265
121,046 121,046 000000000000597cbe5b6e79c61486d44370f163da0d9fb6752ddf4d59f7d5b9 0.00 MB 3 3,875
121,045 121,045 0000000000001071171398c29d9ef827e1bf53378cea6a963c9b3f129febbf1b 0.00 MB 11 670
121,044 121,044 0000000000003f8500cd6c42ecff802315281fd87f80af54c5ec2b063d771fb2 0.00 MB 4 0
121,043 121,043 0000000000008900678ecf84aaca49f1274ea64bfacbe0b1edd08f6a8f0bfc39 0.01 MB 35 0
121,042 121,042 0000000000005640d1cecde32f56f82200507aa2ccf1ed044a3d849a0fa26a6e 0.00 MB 12 311
121,041 121,041 0000000000003784a99e57cb832ea4ff50c0c2ccb6e69a22fbfc6a752f2d6170 0.01 MB 10 540
121,040 121,040 00000000000072353d12f50a216d98d8b6080ad09210e32cef475f018d8f7648 0.00 MB 13 829
121,039 121,039 0000000000006b7e67295ede5da1a1185268367b092ac569cb74a32be6f75b59 0.01 MB 28 290
121,038 121,038 00000000000050f019b53f0d9378879f30fe38cb73d614fcb600809ca447236f 0.00 MB 11 228
121,037 121,037 000000000000056017a46b9eb7543a9f99651cf93e764d52aadf2dfad7071d05 0.01 MB 47 0
121,036 121,036 00000000000043e5c795a4d21051d4281e303526bcc552302441be294b0da0a8 0.00 MB 10 773
121,035 121,035 0000000000005c89ac2411fe50f9b0ccaac59ea566561a02e4ae0dc4289244cb 0.00 MB 10 0
121,034 121,034 0000000000008ba010cc430bece41b71417b7ed4102dcb4b5b3ba759231e909e 0.01 MB 17 1,154
121,033 121,033 0000000000005a6e318a7cd5fda64ffa3c21688afdb92b2ba75208ac283222f1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.25 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.14 GB sent, 94.17 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.