Loading Tool

Explorer IconExplorer

Memory Pool

86,479 transactions
31.64 vMB
0.14856435 BTC
Random Selection Loading Transactions
Max Size: 190.81/200 MB

Candidate Block

Mining Attempt 81b7d76e812970dee3539ee72bdb5fc7da4ea315025b396036bf8e6ab0795e05
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root cef460df896d83e9beb11aeb61f7e8ffe32351497946f8239b57e007d5cc33bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,580
Size: 1.00 vMB
Total Fees: 0.06612291 BTC
Feerates: 214.31 > 6.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (881,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
33,779 33,779 000000003efe73758d5b34b5e72c67e7d27876b4d6dd4885cb981becc11b3134 1 0.00/1.00 vMB 0
33,778 33,778 000000008b770787d9306cbce07e456ea45176424e52affb12c563d066ca9794 1 0.00/1.00 vMB 0
33,777 33,777 00000000a4b4780fc0126a143939bf4c1bd72e06a2af5b4b4558407d4dcb0192 1 0.00/1.00 vMB 0
33,776 33,776 000000008d7d42961ab92611a1e6dddf180195be61946e04cd8c6132870c8019 1 0.00/1.00 vMB 0
33,775 33,775 00000000cbd2faa94baff01a2690cf3fc5faf0f5326ccaba346e7bf08c2a86ce 1 0.00/1.00 vMB 0
33,774 33,774 00000000632a1b1a5fe7d0b7c2fc76816adb44602208e084dbf5968efef7eade 1 0.00/1.00 vMB 0
33,773 33,773 0000000046aa57f5465d01aee547d28e873f3dd474514f0514ffb226b60c74a6 1 0.00/1.00 vMB 0
33,772 33,772 000000009bf57baecf81344b40b026118321bfa8ad52ed178dc60f8924b8c528 1 0.00/1.00 vMB 0
33,771 33,771 000000001eff03d354383da0562f075bc060e83efd042500c68ec69da5709b57 1 0.00/1.00 vMB 0
33,770 33,770 0000000063eaf4e3b8f08a1a00e32af6c3d753269b26c6603de295d16bd8d2ad 1 0.00/1.00 vMB 0
33,769 33,769 00000000817b0396c76bb92e540e71dc61d966854e95cb465f6448a4bf9bd598 1 0.00/1.00 vMB 0
33,768 33,768 0000000063973b190ca517d7de3d123c59bbb2f4bc648c63d07b8d8cddbbc6f7 1 0.00/1.00 vMB 0
33,767 33,767 000000005f49a479e06f8639709fa6b08cecdfa99a0d240f14b3d195900bb4e6 1 0.00/1.00 vMB 0
33,766 33,766 000000001a4cafc4275cfb096ce4b9dddb83c0a90c5afdd0d727ea846d429bc0 1 0.00/1.00 vMB 0
33,765 33,765 00000000d6ec54f8fe34b5f13373439caa8bf510d3dc4f85e4b3443e87752a08 1 0.00/1.00 vMB 0
33,764 33,764 00000000be18f3217ea44cfea4fc546dcb3bcf754976ba2330eb6aee072fbfde 1 0.00/1.00 vMB 0
33,763 33,763 00000000166745ee30cf757214d78697647ff345d67b3fb30f7f55a8ac4197b5 1 0.00/1.00 vMB 0
33,762 33,762 000000006c6ad19df4c1b3c35f2ac900c2f1f139a116cc6cc9fcb5aee70d28c9 1 0.00/1.00 vMB 0
33,761 33,761 0000000042c01e53832145929b05fb5c3060a56566a7cbacc5680d0aa0a182ee 1 0.00/1.00 vMB 0
33,760 33,760 0000000053310e136eeead4831fde8e5ce9f4da3cd86554615b25a45ee967e4b 1 0.00/1.00 vMB 0
33,759 33,759 000000001bfb2d6bee823fa15a3767671ed36162889fe5e805640670577e79a7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.33 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: 660.72 GB
    • Received: 14.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.