Loading Tool

Explorer IconExplorer

Memory Pool

46,033 transactions
28.58 vMB
0.06762355 BTC
Random Selection Loading Transactions
Max Size: 152.31/200 MB

Candidate Block

Mining Attempt 84e4e975c846ebc397e60b9e97c8ccb990ac04aad5da1369eb5cc794a872602f
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root f206947fe85d5a945bbad739540b89765298fa672741fd7f584c1def74787e34
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,067
Size: 1.00 vMB
Total Fees: 0.01280588 BTC
Feerates: 73.20 > 1.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (818,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
96,351 96,351 00000000000086dc4736c254aea0aa01a58809ebcfeef4e7a437f18c7ce8b254 2 0.00/1.00 vMB 0
96,350 96,350 0000000000037b47ed750bd4dba3857c8d6881c5ca4b73c7f98533d1b47d4fe0 3 0.00/1.00 vMB 0
96,349 96,349 000000000006128490ca8dfe3dd3b8f5e4689aaa409a10990c0ddb086efe7224 2 0.00/1.00 vMB 0
96,348 96,348 00000000000474d6898d843fa0db01a19147a640faa00a4e8210f4351c743eba 3 0.00/1.00 vMB 0
96,347 96,347 0000000000029f03f66222f28f74cc50f008f85f330fb404394adff394f9b22a 1 0.00/1.00 vMB 0
96,346 96,346 0000000000051da190139a6588b218e09a6c97be1e5cb21192fb4a7534dd2305 2 0.00/1.00 vMB 0
96,345 96,345 000000000002259a3e484b8fcbe7d738d7882e003c8005e9e444bac4c47374fa 3 0.00/1.00 vMB 0
96,344 96,344 0000000000031e39b8adb0f78c5949850393ea965cab7b4660c9dac711f904b6 7 0.00/1.00 vMB 0
96,343 96,343 0000000000048db88abf6db55dc281bf5c21f5311f43779201b69cc47ed2b7e3 1 0.00/1.00 vMB 0
96,342 96,342 0000000000047ace21b8e89eaf2db6c536ac3d0d1651b6f657feaae315d09d4b 2 0.00/1.00 vMB 0
96,341 96,341 00000000000691e13645203f5ee7068f94493d86257dade67218d263615e66c8 2 0.00/1.00 vMB 0
96,340 96,340 000000000007c7ca1fa50f9cda7930c5d958d263def4f59b0d68658f70bd091e 5 0.00/1.00 vMB 0
96,339 96,339 0000000000027964202454f66cd7009af846ea99dca81b11dc1e2fec50bfb44d 1 0.00/1.00 vMB 0
96,338 96,338 000000000000bd095102e9217dcef59e1d0faaf1af54f316854d08031655e2a2 3 0.00/1.00 vMB 0
96,337 96,337 000000000003895b89b501dc4832d27b903475a20fb4625a7d28f21ee1508888 2 0.00/1.00 vMB 0
96,336 96,336 000000000002efc83b901fcf479c5919d9a89180f9413984f1f3589aa8376ca9 4 0.00/1.00 vMB 0
96,335 96,335 00000000000381b28d56c39f57ae6488d182a9980b5e4a86e032672c31529b24 1 0.00/1.00 vMB 0
96,334 96,334 0000000000074e1a8173e88a6e6bd4616f5051ad11ce120f2235ba60c568417d 1 0.00/1.00 vMB 0
96,333 96,333 000000000005d1ca5b55af2a3a4c253967c575943dd5589c6e7a0cd9fe347678 1 0.00/1.00 vMB 0
96,332 96,332 0000000000065e8d1fd79602fa9c981b79d359de72f40e344a4e77f9efb53b41 3 0.00/1.00 vMB 0
96,331 96,331 000000000007be2427862d43e9f07a6954aab2bc05b4ee27e81f5010b4b6b6ee 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.11 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: 652.01 GB
    • Received: 13.68 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.