Memory Pool Memory Pool Refreshing

2,096 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.86 vMB 2,091 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (822,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,143 85,143 00000000000d19a54b0532233709bd028d646afe889dc321d93c2d054f561137 0.00 MB 1 0
85,142 85,142 00000000001a43ddc93a13ad2d2afb71c590fd4a2dd49c77a87fc293182c3025 0.00 MB 1 0
85,141 85,141 000000000008f50e335342993c9e4005db2d51001c8fee68930c6c6011015f5a 0.00 MB 1 0
85,140 85,140 00000000000f0d457eb6f1320dcc0646a3ea2a6ea0c84019a14b70a76abdead4 0.00 MB 2 0
85,139 85,139 00000000001370ccc33cc17cea73f78a00617ff8470024677a0e1c2797ff8662 0.00 MB 1 0
85,138 85,138 0000000000063b23136fe2c012273a6cdbc908acb59b2f03c140662a284ff447 0.00 MB 1 0
85,137 85,137 000000000004406b8dadb2b4990e51ed60018e06eece31f565f239ea89eb90c0 0.00 MB 1 0
85,136 85,136 00000000000f5fece6719b19ebe0a573391c3cdd6ac8cb75b1e3703f486296df 0.00 MB 1 0
85,135 85,135 00000000000024d0ba337c6181bba63c8574ba00240dc39e8968dcc71b980903 0.00 MB 1 0
85,134 85,134 000000000009af4a1963858f4b9a25ce08df9b78b76db2b6e3c40df2bec4c042 0.00 MB 6 0
85,133 85,133 00000000001511e05e055601d21a231b7d8d88281e5ee060d07b2fd230fd2275 0.00 MB 1 0
85,132 85,132 00000000000d6ccc42fc1e2b6f4bf72ba7134b7215619b94a545d3b2d81bc0e4 0.00 MB 1 0
85,131 85,131 0000000000240196b36f506fb4409e8af62efe709bf4aae55c6ae10731961079 0.00 MB 2 0
85,130 85,130 000000000024ebc3d2147ab58b4ab8fced4b766968c602af6e67876efbb6500f 0.00 MB 1 0
85,129 85,129 00000000002b147e774a3f8ed5db8f293cc2ebf7b3faa46504e2918ea2b3b3f0 0.00 MB 5 0
85,128 85,128 00000000001d4ef2b0d66d955d7f3f29fcbd130d07b68acb178f180b4f263b15 0.00 MB 3 0
85,127 85,127 00000000000d30a94ac568e6061516bd275c77d61deda2dfa4d78da5b98a2580 0.00 MB 1 0
85,126 85,126 000000000025cf07a33140aca803b7325d19912ecc20ff27a400e6add85c202e 0.00 MB 2 0
85,125 85,125 0000000000176a2210ceff5875cf830de8c2b25f52acee80c29d66a8888db3c7 0.00 MB 1 0
85,124 85,124 0000000000058d9bd8076cff318a62ca59417697f01413d577d9b0a245ebda17 0.00 MB 1 0
85,123 85,123 00000000001ef95d42cb0bfd2e5d5e9ab4c2398652634edf5e02e582ad21e91a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.70 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.