Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (569,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,699 338,699 0000000000000000050360a5f082f04eec0d738c408850757a58d57f7b4b8218 0.75 MB 2,099 31
338,698 338,698 00000000000000000a510c67ceeca4662f1d9ba79737bfc83c6ffd77fb95bab1 0.75 MB 2,859 55
338,697 338,697 000000000000000017cc86db7da330be9b00cc7256db16710eb71971da3894b5 0.09 MB 174 13
338,696 338,696 00000000000000000203466de84dddda71fe84991c4b39b6c6bc4272735d0897 0.11 MB 103 12
338,695 338,695 000000000000000003d17e0f570341abed7748d715d365a3ecf4205db399e64d 1.00 MB 1,666 24
338,694 338,694 000000000000000015262ad7b4bcc009a1ef9a9768a25a5f056c9cc9e48e5e1f 0.90 MB 1,366 22
338,693 338,693 00000000000000000884506428a2d8543f4489272686ba567de0c76932ca52a5 0.50 MB 1,168 30
338,692 338,692 0000000000000000138cbbe68da6f20b37a33b660840ea715a8f9a4649883a43 0.35 MB 340 16
338,691 338,691 0000000000000000105789ef07f9d42211870357bc9df65afc06ab9095443eb7 0.75 MB 2,199 48
338,690 338,690 00000000000000000c84d9bc61d98ae5ee6dcb592775ea690e5b13d9e7de07d6 0.50 MB 918 196
338,689 338,689 00000000000000000ea2eeb5f8e5d6844baad4e0ed30e06c189d255fae21c3fb 0.58 MB 1,010 23
338,688 338,688 000000000000000017dfe3f5ebf13fdcf41b255ad0c3da4fc880745a221bf959 0.05 MB 128 33
338,687 338,687 0000000000000000031b14ece1cfda0e23774e473cd2676834f73155e4f46a2b 0.10 MB 171 24
338,686 338,686 00000000000000001749ab4d1e2d8280dbfcdccb65b72175912cad95629b776a 0.04 MB 87 23
338,685 338,685 0000000000000000143f424094ed31a3d5d7deee3a9e7c78793cb4f559514942 0.10 MB 190 12
338,684 338,684 000000000000000010d0ce80d50d90b1439b617534c49f221888a2d4e626d596 0.49 MB 949 27
338,683 338,683 000000000000000007ad20692493d15842fd81a89dd67c48bacf004c78421c7a 0.72 MB 995 19
338,682 338,682 00000000000000000048da131448385a00e376017239520120299bc66d17b8a5 0.75 MB 889 19
338,681 338,681 000000000000000001fa6e15f214f8b8339e8ccc90d6c16b45c574b349cd554f 0.49 MB 220 15
338,680 338,680 000000000000000004f45ffe0ff0efc6b6f718438213d8cda4e1f1180b2fbdc2 0.75 MB 794 19
338,679 338,679 0000000000000000019469ba687cc5522445a013cd6e8759ae0a933cc60ebca3 1.00 MB 1,732 26
Previous 10 blocks ↓
Total Size: 769.05 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,627.50 GB sent, 93.13 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.