Loading Tool

Explorer IconExplorer

Memory Pool

81,751 transactions
31.09 vMB
0.09001185 BTC
Random Selection Loading Transactions
Max Size: 188.14/200 MB

Candidate Block

Mining Attempt 8e09f40591c7009ddc921d08103a5276fbdaaa8abe100853729147f9e536af1f
Version 20000000
Previous Block 00000000000000000000fed5f49642163633dd960a214f08d883622a0aac23f5
Merkle Root 030ed9f1ec92b30b4ab5e1f9da0a34af9b1710b3df4ca54400c2277e4f3b0116
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,157
Size: 1.00 vMB
Total Fees: 0.01591719 BTC
Feerates: 115.63 > 1.59 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,379 (117,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
797,508 797,508 0000000000000000000210b8b5d9c0d72065aef996224373f8d9f6620f711d77 2,897 1.00/1.00 vMB 8
797,507 797,507 00000000000000000002894def354fbc1daeeb754c55d9c81d44cd1ec40375c2 2,055 1.00/1.00 vMB 19
797,506 797,506 0000000000000000000499bcfcc7b41946a2146ffa5c8ee24ea293b730e8acf8 3,644 1.00/1.00 vMB 8
797,505 797,505 0000000000000000000392db7672e199e90f286359e64212bcc88b27bd8f426c 2,942 1.00/1.00 vMB 15
797,504 797,504 00000000000000000003182274982b1ef03e0fdb47b5f41ea85ac7383657b371 2,142 1.00/1.00 vMB 8
797,503 797,503 00000000000000000002f12c39c13459a8e84bb3fc48cee7b73ad7fe87273390 3,028 1.00/1.00 vMB 22
797,502 797,502 000000000000000000011e86ca0881d8d5b12eea226f31dd6d0893acb05f49aa 3,463 1.00/1.00 vMB 5
797,501 797,501 00000000000000000000bb0302cf75394ae039b059f6cb26ec172758c8f59f1c 3,038 1.00/1.00 vMB 10
797,500 797,500 00000000000000000001de7f2cd5f1aee0bfd6bce5b66ae53129c851cc982b40 3,045 1.00/1.00 vMB 8
797,499 797,499 00000000000000000000e7d6c95ee5040aeb504d71c471a61eb2a931c8130fe9 1,564 1.00/1.00 vMB 10
797,498 797,498 0000000000000000000165e16a53593813ef449d92e5d333c130742bfce17e7e 2,829 1.00/1.00 vMB 16
797,497 797,497 00000000000000000001e1969615d333b17b64170a8c86d6c8fbfdd5aec9c478 1,072 1.00/1.00 vMB 18
797,496 797,496 000000000000000000029c4565ede461926116e5ef5f901bdea700d8300bde67 2,673 1.00/1.00 vMB 17
797,495 797,495 00000000000000000004a46dfc85854b5647aa80d4044e573a4411761270962c 4,471 1.00/1.00 vMB 9
797,494 797,494 00000000000000000000f41fd1cbfcf416ef62182ab93bef719600fb9bd81f64 4,679 1.00/1.00 vMB 7
797,493 797,493 00000000000000000002e2b84f34e71cb85423aea638c90a817fb1d1b11687ba 4,556 1.00/1.00 vMB 10
797,492 797,492 00000000000000000001636703e34b3909b969243b4629c9f4a6a20e9bd550bd 6,013 1.00/1.00 vMB 5
797,491 797,491 00000000000000000004251822c8be9477d879a8f11b626e68f9c3cf8ba880ad 4,434 1.00/1.00 vMB 5
797,490 797,490 00000000000000000002f8f39c0bec736ce8afc331cf6befe82a190ad184453f 3,580 1.00/1.00 vMB 9
797,489 797,489 000000000000000000030b6e0a65d5b32ff762cd2d780fda6bb0aa02ac9b595c 3,358 1.00/1.00 vMB 12
797,488 797,488 000000000000000000026c3424e5aa920f85b5ba8687e2b35bb0c69e442f1128 2,898 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 783.05 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: 720.54 GB
    • Received: 18.18 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.