Loading Tool

Explorer IconExplorer

Memory Pool

76,701 transactions
28.70 vMB
0.09312784 BTC
Random Selection Loading Transactions
Max Size: 174.16/200 MB

Candidate Block

Mining Attempt ba6b11aa4a785e31253ee334edb78a28df15561cdb52c8d9428b40745fe96c3e
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 7f443e902db5352632e6daea5fbf617fa46a2cac991a6ebb2f4a9e757edc50dc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,993
Size: 1.00 vMB
Total Fees: 0.02672451 BTC
Feerates: 180.82 > 2.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (320,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,817 594,817 0000000000000000000936d977e9c895d1d2b51d936463fc815a964fd05dccee 2,758 1.00/1.00 vMB 20
594,816 594,816 00000000000000000014fd3cb8381d0c2872e9fb249fd5d2afc257cb78b6c323 2,829 1.00/1.00 vMB 9
594,815 594,815 0000000000000000000392a632cf8af9c9f5547c3791a65f6f5e3a62418de152 836 1.00/1.00 vMB 15
594,814 594,814 00000000000000000010ccf2496c373bd36f2fe8e6b6c6ffde8c5c906390df1b 3,316 1.00/1.00 vMB 39
594,813 594,813 0000000000000000001066daac52fbc3e1b765415ce34425fde70592746eed82 2,404 1.00/1.00 vMB 29
594,812 594,812 00000000000000000002c5cb1e684b62af0b9764628647940127ba9350eeefe9 1,180 0.56/1.00 vMB 18
594,811 594,811 0000000000000000000cfe5d2abbed4c1091b0a7e34b56bf100b52eb49ff0c91 1,663 0.75/1.00 vMB 19
594,810 594,810 0000000000000000000bd6d4233aa8821eb7824eb32e34ca8ec1a446f56b165a 936 0.29/1.00 vMB 10
594,809 594,809 000000000000000000068dc1664916ce3cf0732e6a431eb4a58844d1deb20c79 2,821 1.00/1.00 vMB 27
594,808 594,808 0000000000000000000335a4ab1a694ca4e82c616d6afe9ffbc84a7f677b1159 594 0.20/1.00 vMB 2
594,807 594,807 000000000000000000137a2109f49c469ef46e18c5aafbf812223b6b6b16c101 2,912 1.00/1.00 vMB 23
594,806 594,806 000000000000000000123005644bbe67dc99a2abf9c713e8052ab0323d6eb3ac 2,063 0.67/1.00 vMB 13
594,805 594,805 0000000000000000001094b5354480d36c9ea1194e894f6c095af9a7ee7b46b1 2,813 1.00/1.00 vMB 27
594,804 594,804 0000000000000000000e0b47794cea06c380ced7f4189a4608995e9fc3423ef3 502 0.18/1.00 vMB 23
594,803 594,803 0000000000000000000f4371b794c596d65170d13e7cd847d800181821ffd43d 1,204 0.43/1.00 vMB 19
594,802 594,802 00000000000000000004924a6103ca98848a25d2f89b3c2d47a6e7dbacd71338 573 0.20/1.00 vMB 21
594,801 594,801 00000000000000000013aab5ae21fab65576d7cc932a25f1b019adc077a16d6e 1,675 0.61/1.00 vMB 21
594,800 594,800 00000000000000000014aafd1680606c93d7b5fdcfa892220100f8164ad39c93 1,846 0.61/1.00 vMB 19
594,799 594,799 0000000000000000000ff2215e2773e32982ad5c5c811df34c3df83c1e4f9a86 1,925 0.68/1.00 vMB 21
594,798 594,798 0000000000000000000475674c1cb32fa2a24a523b9104142812f9ea0e78dd02 908 0.32/1.00 vMB 29
594,797 594,797 0000000000000000000406ec7c3ea120b3a0b9393c7097c7281eaf5e11de725c 643 0.22/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.86 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: 712.89 GB
    • Received: 17.24 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.