Loading Tool

Explorer IconExplorer

Memory Pool

75,117 transactions
27.71 vMB
0.07557851 BTC
Random Selection Loading Transactions
Max Size: 169.08/200 MB

Candidate Block

Mining Attempt 0c71e031bd36b15b3f895b7c389b55a48faecb48a89946a11a91fc2e030ad126
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 2ffe5ae0ca4835154143dde7c34bb335a8d505a9674ed0cf995a79c70a571208
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,931
Size: 1.00 vMB
Total Fees: 0.01635512 BTC
Feerates: 100.00 > 1.64 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (230,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
685,196 685,196 00000000000000000002cf81cc1d17f54ac27c3d6947544692098abe6e99c109 2,503 1.00/1.00 vMB 68
685,195 685,195 00000000000000000005fce1abdf0d36d83bb18e6c824848568927bc182b2301 2,985 1.00/1.00 vMB 51
685,194 685,194 00000000000000000001b2d2d10296ee1bb03b224d5b556d11e10a39d4b5e1e5 3,035 1.00/1.00 vMB 58
685,193 685,193 00000000000000000008c6f7c22988504790ae27d3f843c37afad3127c5df61d 629 1.00/1.00 vMB 68
685,192 685,192 00000000000000000002e74554c06f57194d3d6d176910084e3c4fd47a810294 2,587 1.00/1.00 vMB 98
685,191 685,191 00000000000000000003e6660a7156957dddfa3a79c23a32f08ba5fe51c3dec6 2,721 1.00/1.00 vMB 80
685,190 685,190 000000000000000000048edd5641448e87cdead3fb815cd0ec9791c61ba4956e 936 1.00/1.00 vMB 60
685,189 685,189 00000000000000000002f6eaf5dfb9f8dcc1f8ad971ae32094a12a828ed193d2 2,925 1.00/1.00 vMB 61
685,188 685,188 000000000000000000045758e41f2bd8a200b8a972c21cd57b989878cad47a6b 2,709 1.00/1.00 vMB 81
685,187 685,187 0000000000000000000044523fc11a9ce784a7a5895364c66d44288c5bc7f1fd 2,590 1.00/1.00 vMB 103
685,186 685,186 00000000000000000001b1ce225e1edb5f19b85f6e2f866c05a75be750734856 2,805 1.00/1.00 vMB 111
685,185 685,185 000000000000000000095205733fc5d97d6e8335cdb17deb8b0603c5c3ed0a74 959 1.00/1.00 vMB 64
685,184 685,184 0000000000000000000355432dabd03dbbc51d80f5a4ed104d53ab4b2b17dada 2,947 1.00/1.00 vMB 63
685,183 685,183 00000000000000000006b8dc54a09d565e87b049abcb88389ca8f36fbf51f71c 2,831 1.00/1.00 vMB 62
685,182 685,182 00000000000000000009bfaf30950c3adff3abb80c535bcb04327c9a225263bb 569 1.00/1.00 vMB 68
685,181 685,181 00000000000000000005f2caf1c054486b635415245aa8599f55f436306d0657 1,727 1.00/1.00 vMB 84
685,180 685,180 000000000000000000092c0ee3fccd2049c248f40e47c795674970740e0c81ce 2,859 1.00/1.00 vMB 100
685,179 685,179 00000000000000000006d7748ccb01f507f8e620c2b19eac66c7e62c8caca5e5 3,180 1.00/1.00 vMB 64
685,178 685,178 00000000000000000002eb0df6751e98f0000b6b3960863f1575a492f37eef7e 3,011 1.00/1.00 vMB 73
685,177 685,177 000000000000000000084c2022df9fcd6a987149a0a9d9b1221da3eecd808678 2,692 1.00/1.00 vMB 102
685,176 685,176 000000000000000000009bcf25c2d1f71979d6d200f27bfe7df3cfe09bb450b5 2,910 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.