Loading Tool

Explorer IconExplorer

Memory Pool

47,783 transactions
30.11 vMB
0.07842526 BTC
Random Selection Loading Transactions
Max Size: 160.87/200 MB

Candidate Block

Mining Attempt b8ed4ba41e55d6c05e2ee8661fe97818b44869264a29eaa801f5c8f1e64b037d
Version 20000000
Previous Block 000000000000000000019d8e946b6f738991a727e74c8a12670bf631d52c5e8d
Merkle Root e20621089f7e4439f3569900f6c005575cd29f6bef7f21c9c2b7f233226a68c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,979
Size: 1.00 vMB
Total Fees: 0.01959564 BTC
Feerates: 100.24 > 1.96 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,854 (390,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
524,765 524,765 0000000000000000001ae704651a5c00f82652f4c923c1f259448b889e7cb404 438 0.19/1.00 vMB 35
524,764 524,764 0000000000000000003bc7f82da5d54e3a01b14035c54cbfd530f962abeabbbe 422 0.33/1.00 vMB 11
524,763 524,763 0000000000000000002dc174ec5b4196c0101623f99ff2eac015b484491f0504 105 0.06/1.00 vMB 14
524,762 524,762 00000000000000000003d0a6ca9e3611bde78763b1796bc50386e4575723cd3d 261 0.19/1.00 vMB 21
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
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.43 GB
    • Received: 13.78 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.