Loading Tool

Explorer IconExplorer

Memory Pool

45,811 transactions
28.73 vMB
0.13805516 BTC
Random Selection Loading Transactions
Max Size: 152.00/200 MB

Candidate Block

Mining Attempt 9e11ce37846d9923ddf71c01d367c302fef2bd2e25b765e87a546502b9e1cca9
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 8b298dfae5d630fec4bd5f6f2541696489d1e63483c1ff6d4b27c0d0e8b9dd28
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,563
Size: 1.00 vMB
Total Fees: 0.07785881 BTC
Feerates: 15,654.48 > 7.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (739,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
175,505 175,505 0000000000000347334a2136f16112305e843c9403cdb7466d371c014c89f482 67 0.04/1.00 vMB 211
175,504 175,504 000000000000065a72c60613459354b4aab0cef5038ba0a57cae0f1fd7dc7631 13 0.01/1.00 vMB 45
175,503 175,503 0000000000000915b17c06ab3acf180160958c260b4c1632f8ee97be2f39fb09 9 0.00/1.00 vMB 45
175,502 175,502 00000000000002ece5a2b4bd83037edfb646099a0753f3806e0105c01d681b1c 24 0.01/1.00 vMB 47
175,501 175,501 00000000000009d4cfbb7453819e6f84cd49672c4c8ae81a09f4b47c38100707 19 0.01/1.00 vMB 187
175,500 175,500 00000000000009b1d4aff8894373fb3bc600b85b7705e368bbc01ee4e5da468a 49 0.02/1.00 vMB 45
175,499 175,499 00000000000003f7ff8d71378e4274486d1a6b729cf645fd6f3094a0d75dc15f 21 0.01/1.00 vMB 65
175,498 175,498 000000000000042c89be52c6959fb24c79531212be8eb3f59ba766a6032bd682 70 0.02/1.00 vMB 10
175,497 175,497 00000000000009d1363895798c6c9a2a3ff1c57ede3092521739ec9dd15d262e 66 0.02/1.00 vMB 138
175,496 175,496 00000000000006db75745043cb1f93bff3cf7e0b2499c080d4f46cbe30023b7e 12 0.01/1.00 vMB 92
175,495 175,495 000000000000048f4c21ccbf0d3f4de8d7378c46567b5c477136b3ed47cb0e8c 40 0.03/1.00 vMB 65
175,494 175,494 0000000000000321ce1aafb478bb859417bbd777f8e82af599c7895bbd8ec716 33 0.01/1.00 vMB 168
175,493 175,493 000000000000001ae80829e3771a4a13c19eda4fb928501239469b5bae196a9b 102 0.04/1.00 vMB 50
175,492 175,492 00000000000001ac3fc99c51749674b9c2cb0da402d051935e8d6180246c2a25 37 0.01/1.00 vMB 154
175,491 175,491 0000000000000037c7970f0db16ef68fed4d88a6ddf02d47b5b848e88b3a646a 75 0.03/1.00 vMB 204
175,490 175,490 0000000000000073e1a182f5d16dc29dafe5224de77e665d274e39aeb48e4f8f 100 0.04/1.00 vMB 145
175,489 175,489 00000000000000905a5291923a3669a13eaa4b2e55a751c75a0f3530a465da67 139 0.05/1.00 vMB 36
175,488 175,488 00000000000002952f93daa17b3d713278839e501f95b95160615aecd6d16ff4 20 0.01/1.00 vMB 331
175,487 175,487 00000000000008e4eebdc25c8e2b48add39ca69f0a1c6b520095edb4e465a41d 67 0.02/1.00 vMB 5
175,486 175,486 00000000000006828a78a332815a623a305dbbeec50b65df6aa1c80e961c4c7e 43 0.02/1.00 vMB 104
175,485 175,485 000000000000061d0b6b6126620accba16a2f648285342cd8c7df2d6f847bcbe 83 0.03/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 782.04 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 650.74 GB
    • Received: 13.32 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.