Loading Tool

Explorer IconExplorer

Memory Pool

24,964 transactions
26.93 vMB
0.05631616 BTC
Random Selection Loading Transactions
Max Size: 128.36/200 MB

Candidate Block

Mining Attempt 3c829b46d0d983ffa39ac1d83f5ccbc77f978f833f9c93d18cbf743a3bb66b49
Version 20000000
Previous Block 000000000000000000008bb1e440ff81db36f781b06f2649023c6f896da5e43e
Merkle Root 464902db1e7281fdc391782d190f98c5818559acc6780964294213725373e9f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 718
Size: 1.00 vMB
Total Fees: 0.00565709 BTC
Feerates: 150.93 > 0.57 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,480 (796,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,032 118,032 00000000000045be760acc5fadaf56a8e6177cfd6306c0dbb31dae781665cef2 11 0.00/1.00 vMB 0
118,031 118,031 0000000000000ec8520446ab24946c2e280cc0c81535445f2e0fc4790dbf31cd 11 0.00/1.00 vMB 0
118,030 118,030 000000000000957ec3abda2a62ceeb975e28f660c95d6d35051d9f04c6459a41 9 0.00/1.00 vMB 0
118,029 118,029 0000000000004c606596dd2d432eb7e2bf0d814e5ff187574b94ca5b7b9fc776 9 0.00/1.00 vMB 880
118,028 118,028 00000000000093b0bd9f4906768a92d3aba01aa32f0f8c4d94aa03d915f2e296 116 0.05/1.00 vMB 102
118,027 118,027 0000000000000060a0ddf191cc26c21c66e947fd3daf710087eaaa2ab3a6825a 16 0.00/1.00 vMB 1,245
118,026 118,026 0000000000007969431cbb48ae6ed67088dff3f49e9a9ac15f8f817937fa8c95 13 0.00/1.00 vMB 687
118,025 118,025 000000000000c9b1068ab3bfa7a2e41f8d63fd75c6dd7bdfd0f5cb2912149119 11 0.00/1.00 vMB 320
118,024 118,024 00000000000052cbd453e4f646e8e7fc18f50e43d2aa867b53e66e395d103b9e 16 0.01/1.00 vMB 124
118,023 118,023 0000000000002031643b3961d4aa31700784378b2b026cc74b8f95ada4227e91 8 0.00/1.00 vMB 0
118,022 118,022 000000000000c5ca11a3a337f66de87c95134097a85bc4228d61f7ebdb070894 16 0.01/1.00 vMB 800
118,021 118,021 0000000000003a90e1415ef1df34e79c62f9a2e6e46f0b92da826e0a68d006b4 11 0.00/1.00 vMB 309
118,020 118,020 000000000000297ca1b09ec9ad3c6bb708d16330ca9e0c452f7042f542b7e136 12 0.00/1.00 vMB 319
118,019 118,019 000000000000938c109f9bd3eb0b47bd93c32a914f8df3b7cbd4f3e126e99cc6 12 0.00/1.00 vMB 573
118,018 118,018 0000000000005d749878cf1921209593b58477b89b00ef4fd74a0ac8156e2a73 25 0.01/1.00 vMB 776
118,017 118,017 000000000000808bbcdace8ae127844a60f35a993277b6578f41f03897a0a1e9 10 0.01/1.00 vMB 0
118,016 118,016 0000000000007d1d9dd40c6e705709c349793a2f1be8e536f59a2f39be879d36 15 0.01/1.00 vMB 947
118,015 118,015 0000000000001a51fd4f64f8c84df1c3c8107c852cafd7f8a97d63b44a09336d 11 0.00/1.00 vMB 654
118,014 118,014 0000000000006f2e2295f19dd74d6cf2351e7d7c7c850892a23fc74f9d404b06 4 0.00/1.00 vMB 1,022
118,013 118,013 000000000000a23f5156643edd0f3ab681afc4b58d3d69d158a8f78e4388dc1c 11 0.00/1.00 vMB 647
118,012 118,012 000000000000a4cd0bc7862a20b6624c84d77265da5ff54f1ebaecfda4db5bbc 16 0.01/1.00 vMB 658
Previous 10 blocks ↓
Total Size: 781.46 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: 611.03 GB
    • Received: 10.78 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.