Loading Tool

Explorer IconExplorer

Memory Pool

49,174 transactions
30.55 vMB
0.09518124 BTC
Random Selection Loading Transactions
Max Size: 163.46/200 MB

Candidate Block

Mining Attempt a31cb609427d2f47560f85a934b039b20c70d8525c931c3464fd3580de983079
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 8220448ab78b8e274e17d3e32a3fc3b83061a682d8201f02191b13fc2cde254c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,544
Size: 1.00 vMB
Total Fees: 0.03202665 BTC
Feerates: 101.56 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (390,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
524,761 524,761 00000000000000000035ce52c3c5055081085a8ac267f375a2fd26d3942d656a 1,269 0.88/1.00 vMB 19
524,760 524,760 0000000000000000002b336b6dc9874917d18c0dac0312a60b8af520629572e3 116 0.40/1.00 vMB 1
524,759 524,759 0000000000000000004070b9f1bf4a840eea966234d3cbbf41ea29145be05072 1,831 1.00/1.00 vMB 29
524,758 524,758 000000000000000000134e28aba8a3e3a7c0943f04b2f50920e7a929e8570274 396 0.38/1.00 vMB 12
524,757 524,757 00000000000000000040b256b914ec4fd28157fcda25e4c22f1233be964a14da 1,328 1.00/1.00 vMB 17
524,756 524,756 00000000000000000020d3dc87656fe79688dc9fe15c57b4bfd4b80feb54da52 437 0.24/1.00 vMB 18
524,755 524,755 0000000000000000001ccd03ad309f4cdb36bee7a62760277b1e7bb7736e68f9 253 0.63/1.00 vMB 3
524,754 524,754 000000000000000000122a4cd8fadfac46673bea45e4184532ac54752ce84ba9 1,174 1.00/1.00 vMB 16
524,753 524,753 00000000000000000037732f7d7d492c84586d309cc6bd72ad6aa211d79943d0 1,835 1.00/1.00 vMB 19
524,752 524,752 0000000000000000001991c5b6497ad26c0b28b8966b4dc72a22a835ecd2c8a4 810 0.68/1.00 vMB 15
524,751 524,751 0000000000000000001aae1db28d349c98eae33e4c86f8562b06709087918072 205 0.10/1.00 vMB 26
524,750 524,750 0000000000000000003bf3ed5c8ffa0b7194e8801a6b21f7b6c5511b54623fde 529 0.24/1.00 vMB 18
524,749 524,749 00000000000000000010fd3444e2b948cbd7f92cf2e1ba499da4d7ead1b69637 4 0.00/1.00 vMB 108
524,748 524,748 000000000000000000228ff10cc46d9cb0b0207b76bef6209d03e9ccc2f3ab91 2,177 0.94/1.00 vMB 17
524,747 524,747 00000000000000000000a1e7038b410a2206ac6e1d75d423de45cb4b9f213a28 2,386 1.00/1.00 vMB 42
524,746 524,746 0000000000000000002fd7f04fe3ad90a25b0e8ecf2f22d6e70f8a51f03c442c 357 0.15/1.00 vMB 53
524,745 524,745 0000000000000000002257f1fc8b0d3676be16c23b7e956c8965d6cee7bcc158 394 0.23/1.00 vMB 26
524,744 524,744 0000000000000000003262bb3bab961d924c4dd2e0d080c4c625d09ade97b139 1,563 0.63/1.00 vMB 28
524,743 524,743 0000000000000000000db723cacecf6610aab614056b0f4d68a49d39554aad1a 752 0.37/1.00 vMB 39
524,742 524,742 000000000000000000169553f00499ddd6f9403b2c530d2dfe2514b9c6a978c9 104 0.03/1.00 vMB 28
524,741 524,741 00000000000000000018942ae3fc40e9f6500e1d4cff8c3d13948f5ebdfed1ef 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.13 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.42 GB
    • Received: 13.77 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.