Loading Tool

Explorer IconExplorer

Memory Pool

37,674 transactions
28.24 vMB
0.06157335 BTC
Random Selection Loading Transactions
Max Size: 142.76/200 MB

Candidate Block

Mining Attempt 676a6e1fbc44d4d747ab17434120d5a5bc2556efe09a85efa5a31eae0d6f7a04
Version 20000000
Previous Block 000000000000000000002f9dcde73bc5f71e6d226bcadaa835a84eee0f46153e
Merkle Root 880fc98fab8c43c7c3ec2f6736e69ee1492b357adee210258367a83511cba2ca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,327
Size: 1.00 vMB
Total Fees: 0.00737343 BTC
Feerates: 54.59 > 0.74 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,557 (184,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
730,301 730,301 0000000000000000000504e7cccd7e0dd68b4cd0b675513559bce8aea8eac68c 10 0.00/1.00 vMB 23
730,300 730,300 000000000000000000008626ac8445fafb53135726aadde99f86a14cb9c2dea8 1,138 0.48/1.00 vMB 5
730,299 730,299 0000000000000000000189336eabc1dd8eb3cb673f94b1d4a5437c84ead654c5 2,591 1.00/1.00 vMB 13
730,298 730,298 00000000000000000003ec2ad8cf8c38465def45e2fdfcba6c0fc993333335ce 1,157 1.00/1.00 vMB 8
730,297 730,297 00000000000000000006e08693411d143b9616d6af279f92f82c82b3e72b770c 1,961 1.00/1.00 vMB 14
730,296 730,296 00000000000000000005177bb8c7378cbc5c04e412d397e2430d322d817c57f4 1,568 0.61/1.00 vMB 9
730,295 730,295 00000000000000000009d0c623120adc817dd254fdbb3c3fa0dc9d158d1f75d7 64 0.02/1.00 vMB 13
730,294 730,294 00000000000000000002598beee8b6e7ea9e354e96a4fdd123fe57f8e28eae8a 858 0.37/1.00 vMB 17
730,293 730,293 00000000000000000001a2c4fa4f8256e95cd3835b44242aa2939c1c65633730 1,824 0.61/1.00 vMB 12
730,292 730,292 00000000000000000008fac3e7102ba82cc4b431d69204eb7ad00126bab1bd06 694 0.24/1.00 vMB 6
730,291 730,291 00000000000000000004362b53168806313ac9d1553836ff623613b54f6ec43e 3,173 1.00/1.00 vMB 14
730,290 730,290 00000000000000000005c9d35d7f0e9e51d27e6fe77e05bd60a9e82b71002256 2,059 0.77/1.00 vMB 11
730,289 730,289 0000000000000000000012a1909eea15ce2ef0e66930bc97076e2b72b187d608 2,363 0.82/1.00 vMB 11
730,288 730,288 00000000000000000000336bfe97d91938e9056b2129b8d3163b5c04ae459254 1,568 0.48/1.00 vMB 11
730,287 730,287 0000000000000000000275527fdef69d6e9f545ec80eeebf0d90f80e11f723fc 941 0.43/1.00 vMB 5
730,286 730,286 00000000000000000004b2aa2556d12e7c3dfbe4f9bc9fcefc4daa049a4fb953 2,337 1.00/1.00 vMB 6
730,285 730,285 000000000000000000050cd2522b1f28bcf4a51d759d94da20f0a397d0bfd43f 2,337 1.00/1.00 vMB 5
730,284 730,284 000000000000000000018139a6d006ad357b303183d7c83e25f3eb997bc32e39 2,258 1.00/1.00 vMB 7
730,283 730,283 00000000000000000002085a610a43a64b221ddaac63c20ea7d8d01fc54f1ca9 1,750 1.00/1.00 vMB 8
730,282 730,282 00000000000000000004424fd1be057894f52c1e471b337b9bdb444b4c3f093e 1,729 1.00/1.00 vMB 13
730,281 730,281 00000000000000000005d753aeeea90a69f170b6b3c9e149f871fa3f384919a2 2,977 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 623.66 GB
    • Received: 11.47 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.