Memory Pool Memory Pool Refreshing

7,025 transactions
3.08 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
907,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,868 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (700,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,816 207,816 00000000000003766582976c6ca393aabd0a10917dfe06b12461b84f9852ac73 0.10 MB 233 174
207,815 207,815 000000000000017fc35d6a44db4989ccfd23cce48227cdd55a52cfb5263a8500 0.32 MB 577 155
207,814 207,814 00000000000001a3c528c99384707cddea0f0fb71962968a594e92da4a447446 0.23 MB 554 173
207,813 207,813 000000000000032426a1cfbda497f99fcb66068db3395f1e26fc37acfc7c7e55 0.05 MB 128 115
207,812 207,812 0000000000000063adcf9a4b9914441089ff0a4ec622230da5239dbdba814dd8 0.01 MB 22 102
207,811 207,811 00000000000002fcb991978e9fda74ad204147802d0903da312a745c51d6b653 0.07 MB 147 149
207,810 207,810 00000000000002596068401d6b6abb614025e08612939951faff0d970ee53dc8 0.04 MB 86 80
207,809 207,809 0000000000000426a244b0d0641336c66102bb716f6fb3fcae23e7b1a6a574c1 0.25 MB 462 139
207,808 207,808 00000000000002384c8d0f10e6cfe378a1ab9307c820782eabef71a98bd64c39 0.07 MB 229 108
207,807 207,807 00000000000003227efe075ba10ec96e5ee6c283d7ad86a1862590a83a4de09d 0.04 MB 110 146
207,806 207,806 00000000000002c8f669698a08c496e858bfe168917d5bae558a34724c694c59 0.04 MB 53 81
207,805 207,805 00000000000001a5707a13c7e32abfa986de5dbea3ff3310f00f18812fca767d 0.25 MB 637 187
207,804 207,804 00000000000004ea758a599b5cd7894c5a23d0f12cde138b97ee5b90acf67859 0.05 MB 145 213
207,803 207,803 00000000000004e1a2c0ea24b63b22705bb884aa73812edd145d8ce9ec2b754f 0.05 MB 149 108
207,802 207,802 000000000000036ebf9609526f51330b9fcd215daeaee648b669df3bb6f8c069 0.11 MB 235 168
207,801 207,801 00000000000002ad4a814a9b8d23ffdfc91007b902bc7627b93289ce2831055c 0.19 MB 123 66
207,800 207,800 000000000000045827f9f0f5e4a84a565afe23b8b56fee09c6f179db85c29de6 0.20 MB 472 212
207,799 207,799 000000000000045084efc9873a7475980097b822e9f546ed3d12682dc24f423b 0.00 MB 1 0
207,798 207,798 00000000000004e154e9bf1199506974fa0b15c7b63d1bb61f5ddb0efc12aef2 0.01 MB 46 95
207,797 207,797 000000000000002e67a90261e4e1411d7bfd4b5ce6859034f18a08928e8a204a 0.10 MB 248 243
207,796 207,796 000000000000031f1173dad1c54870c80881bca6444762488fbbb1a5dcf34271 0.03 MB 96 235
Previous 10 blocks ↓
Total Size: 769.21 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,634.55 GB sent, 94.00 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.