Loading Tool

Explorer IconExplorer

Memory Pool

40,465 transactions
27.22 vMB
0.12317257 BTC
Random Selection Loading Transactions
Max Size: 140.75/200 MB

Candidate Block

Mining Attempt 014893f3f726c27395a01f424b875f702b71f32a0323c554e4b8c1092beb1edf
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root 0882e71f25f3e830904aeb3b2ecbc3ef2af0a0edb55ec15bfedf7f5e34c0ccb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,311
Size: 1.00 vMB
Total Fees: 0.06667932 BTC
Feerates: 285.90 > 6.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (228,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
686,175 686,175 00000000000000000007d78e31e1a0a24af9b44e9f07e54ef0e309121872a08b 224 1.00/1.00 vMB 5
686,174 686,174 00000000000000000002ac3b663d799e594e8a0fa511f5f7472052aadc833b97 2,478 1.00/1.00 vMB 44
686,173 686,173 00000000000000000006ac80be330d62d7a1b914062eefff5c862bf62c0af6ef 2,222 1.00/1.00 vMB 30
686,172 686,172 000000000000000000097f47fbb3a1e2669f1d9beaa9e0710fa1a3e1a15211cc 1,963 1.00/1.00 vMB 19
686,171 686,171 000000000000000000020a1d5308f9fcc2124ff73bf11f0ecfd6dab3c6d957b0 1,133 1.00/1.00 vMB 8
686,170 686,170 0000000000000000000bfe4d7b29d397c943854c0293d77587dad788f0356d20 1,750 1.00/1.00 vMB 25
686,169 686,169 000000000000000000056218663546091cd21baab56f2b17fd6c024b1bf5d60f 2,554 1.00/1.00 vMB 18
686,168 686,168 00000000000000000006be52d531233856f2380873f52572648de1046891dcb2 2,012 1.00/1.00 vMB 29
686,167 686,167 00000000000000000002790687bdbda23d7199440fc350c14894d317fa894318 2,073 1.00/1.00 vMB 34
686,166 686,166 0000000000000000000cc672cd97de3d063094636ea8f7bc92f5e159bd00849f 1,028 1.00/1.00 vMB 46
686,165 686,165 0000000000000000000189135bfdd4e132f37f78b1d7a941f73199e1a3e812fd 1,719 1.00/1.00 vMB 55
686,164 686,164 0000000000000000000d07dbe684fed966ab952a4ad3f376acd2394690d625a6 3,161 1.00/1.00 vMB 63
686,163 686,163 00000000000000000003cd7479e13788ee6ab158a0e2160fc79237297fd50e12 2,239 1.00/1.00 vMB 46
686,162 686,162 0000000000000000000479cd6e55ad53b2587315ac87eb4fe6da61e6aff211d2 2,341 1.00/1.00 vMB 26
686,161 686,161 000000000000000000070b8718a784365d151223abd8aecb341c69b3f64653a3 1,866 1.00/1.00 vMB 41
686,160 686,160 00000000000000000005a9f28d229ee7e8315e8d69b0ae3d8647e7ac2ae1a275 2,294 1.00/1.00 vMB 28
686,159 686,159 0000000000000000000c3c1a4630d15f30f112e4583caf799703ef6798986596 2,220 1.00/1.00 vMB 60
686,158 686,158 000000000000000000070b12ac071d6e9f4b802ca0e89f8e353034e5d03106a7 599 1.00/1.00 vMB 3
686,157 686,157 000000000000000000009994cd889b590d8dbd30cc8d9e48bc544cc7e8ac4f77 1,803 1.00/1.00 vMB 22
686,156 686,156 00000000000000000006331bc2eeb02493febcee18bac9bde3b39deea5adb2bd 905 1.00/1.00 vMB 33
686,155 686,155 00000000000000000008d8468db02a49a7cc8931fa82920008212e1820f2f08c 801 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 781.82 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: 636.42 GB
    • Received: 12.37 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.