Loading Tool

Explorer IconExplorer

Memory Pool

39,797 transactions
27.68 vMB
0.06914954 BTC
Random Selection Loading Transactions
Max Size: 141.57/200 MB

Candidate Block

Mining Attempt cef5cea9c1eaf82ef29572c6098922218663a70382470a78130d32a2ab087d2e
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root a3a5da4afeec3be4e42b9904b190c5a612839fe89dc5b361dc62a867d399283d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,502
Size: 1.00 vMB
Total Fees: 0.01633514 BTC
Feerates: 100.95 > 1.64 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (527,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
386,764 386,764 00000000000000000071fb2eae42856878b8a7f54070420ddf1aa0465798ef27 1,542 0.99/1.00 vMB 21
386,763 386,763 00000000000000000026e9b6642d1654d944420376d8c9251eef24ab98d6fce5 479 0.22/1.00 vMB 25
386,762 386,762 00000000000000000d710801b6b71c19bd3d53f7663a2a68dfd323531eaad1ed 1,965 0.92/1.00 vMB 28
386,761 386,761 00000000000000000403b255a034ad117438b42f10631ceecc07ff6621d6dd20 3,147 1.00/1.00 vMB 55
386,760 386,760 00000000000000000b778022f8b74c5a1dad793f4cd96035749a894b3f229814 193 0.24/1.00 vMB 8
386,759 386,759 00000000000000000a5977bb82c5e5bb0191c6d42f08f64803b0b647173ea427 1,059 0.60/1.00 vMB 23
386,758 386,758 00000000000000000abf279dcb8c2f9710e2ff13720c199a5fdc692442eaeae3 2,974 0.93/1.00 vMB 44
386,757 386,757 00000000000000000757b1e92a07986ac7fb3f9ffe9974378beb1e87a6c857be 2,007 0.99/1.00 vMB 28
386,756 386,756 00000000000000000117b454cb2461c779d750b73e5dcaa40c2fd775351153ca 1,370 0.50/1.00 vMB 40
386,755 386,755 0000000000000000041a4c2e3016637810b79c41cc881ab18ed19f2a74d152f7 2,201 1.00/1.00 vMB 35
386,754 386,754 00000000000000000389d1c9640c0a2aff3374e9b23c64217c8af72dd8de4b8a 2,938 1.00/1.00 vMB 43
386,753 386,753 00000000000000000a9f1a3fcd7d2a3795a5a7886e7f76cba6a418604b636f7c 1,222 0.52/1.00 vMB 37
386,752 386,752 00000000000000000c2e01e9cf50e5c1da32813ad87eff4ff398383d97c64d79 739 0.32/1.00 vMB 32
386,751 386,751 000000000000000000cea71226159e9d03a0511c85923cca077014800c248e91 526 0.24/1.00 vMB 32
386,750 386,750 00000000000000000ae3c4cb8fd0a550c3870d4e4e299afd2afa35e2adb0a8f1 1 0.00/1.00 vMB 0
386,749 386,749 00000000000000000c30912d975be1c1d4c68044d5852edf996eca7fca072989 481 0.25/1.00 vMB 27
386,748 386,748 000000000000000004d130a0e28dabd7d86ddf3ffbc87e748eabeb2f63ef4ae0 2,603 1.00/1.00 vMB 38
386,747 386,747 000000000000000005f956708c9e59c36f06dbfcbbce2ea2ba8485f7c2357e80 788 0.38/1.00 vMB 33
386,746 386,746 000000000000000004b91b4eebf0038eee9ff980f393f60c9fd4a5b533d7f747 333 0.13/1.00 vMB 33
386,745 386,745 000000000000000000ec0d8e74aa1e74eb282192316fa693227acf13b72cd027 514 0.26/1.00 vMB 30
386,744 386,744 000000000000000009ba50592d238e898e115f2f91457f5feda873bf82abeed5 1,315 0.58/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 781.76 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: 632.30 GB
    • Received: 12.11 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.