Loading Tool

Explorer IconExplorer

Memory Pool

42,825 transactions
26.61 vMB
0.06336279 BTC
Random Selection Loading Transactions
Max Size: 139.28/200 MB

Candidate Block

Mining Attempt 75e601323a3c9e818db36ec9db97a0aa536a06d182513aedddfe9eace06ddcd3
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 3f4d28ae46d778fde18bba82d7593901db2f6e3f1aa1917e3bdb75724434a273
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,472
Size: 1.00 vMB
Total Fees: 0.01423432 BTC
Feerates: 150.77 > 1.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (271,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
643,061 643,061 00000000000000000002da9f65ab6f72314f03b4165b60a2f0d0001d90453bc1 2,328 1.00/1.00 vMB 116
643,060 643,060 00000000000000000000bac741fbf053db1e79ebe91d5fadfc13c091330ebfd6 2,648 1.00/1.00 vMB 83
643,059 643,059 000000000000000000025b99373d6bc01a504e476d9555c7d55fe43c717c8d6a 2,500 1.00/1.00 vMB 85
643,058 643,058 0000000000000000000110cd320798b0f8995443b068e62ee2bb1b8da31f7f2f 2,380 1.00/1.00 vMB 88
643,057 643,057 00000000000000000007b73d1518ca3c3a267caa9b42f6ebb8971bbf719f53d6 2,157 1.00/1.00 vMB 114
643,056 643,056 0000000000000000000a8b8ee7292251d4e8446d1c4223026298a230a841aebd 2,090 1.00/1.00 vMB 136
643,055 643,055 0000000000000000000327c668e341510ae30ecacaeb9a71d561f15feb225439 1,131 1.00/1.00 vMB 100
643,054 643,054 0000000000000000000b88f1180fa74b726d81b878aeba741235c2f1bc851628 2,305 1.00/1.00 vMB 103
643,053 643,053 0000000000000000000e6b83b7f5660aeb530a20b259218060cb4278bd360017 2,528 1.00/1.00 vMB 137
643,052 643,052 00000000000000000008a3cd8447428f4a0b32b195cb8f0df58edfbbcd5d4016 1,431 1.00/1.00 vMB 91
643,051 643,051 0000000000000000000d99065387014e1c997dc6be5c7361a54a3d42d3fab07a 1,561 1.00/1.00 vMB 106
643,050 643,050 00000000000000000010819ee4f4a5c091aeae222fef547c382015de4bdd0908 2,350 1.00/1.00 vMB 114
643,049 643,049 0000000000000000000d2045fff1d6721528a2f04b8f4839ab627add9e65b04b 1,401 1.00/1.00 vMB 99
643,048 643,048 000000000000000000092b40e9e54fd4e57baf6f5d56e7484408f16a93710714 2,700 1.00/1.00 vMB 108
643,047 643,047 00000000000000000010a41a8bfca226b57c13a440df9f3b4f5f8847c20fb5e8 3,290 1.00/1.00 vMB 155
643,046 643,046 00000000000000000006189244f4f71fd611f7a1fc8f1428f3b16b655d51711f 1,983 1.00/1.00 vMB 92
643,045 643,045 00000000000000000000de4d481f1bf2f96847fa09df5fb7a751c96a81a98798 2,329 1.00/1.00 vMB 68
643,044 643,044 000000000000000000094ebbef725a509bcd165db1a88661a87ac7007db6a126 2,140 1.00/1.00 vMB 64
643,043 643,043 00000000000000000005dbfe9a7127c92e6583d05aabb030dfdcdf446a83f20e 1,631 1.00/1.00 vMB 43
643,042 643,042 0000000000000000000fed1f0d7727879989992e2c810745d6bc6d8c50f81d1c 2,379 1.00/1.00 vMB 61
643,041 643,041 0000000000000000000e9ffc2bc0230ddd0d0e76753af0de53c22af96f54299c 1,356 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.18 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 653.66 GB
    • Received: 13.99 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.