Loading Tool

Explorer IconExplorer

Memory Pool

81,885 transactions
30.24 vMB
0.09071305 BTC
Random Selection Loading Transactions
Max Size: 182.12/200 MB

Candidate Block

Mining Attempt 6d7e9f71d6eea1deb87c6fa8e215ba5baa21342d145af3e5e3fc5d68039e4867
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 4910ce5f013751133641e49558a064a9e44e51542c3f57a2617ed1eef87b502a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,015
Size: 1.00 vMB
Total Fees: 0.02878702 BTC
Feerates: 454.44 > 2.88 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (719,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,758 195,758 000000000000014f9d2fab7bcde2076e42f342e8fb064893d4020aec60d5c96e 458 0.25/1.00 vMB 159
195,757 195,757 000000000000064bd75b2f93f62ba77c3598dc7b48906ccc0cc8501a645fb850 7 0.00/1.00 vMB 75
195,756 195,756 0000000000000582b1394021743f2aec1273fe1ec6d66597240abd49e7061737 43 0.01/1.00 vMB 140
195,755 195,755 00000000000003805e326bf1aac8aba7bd443f61a681f66335ca9ae46d5e3aff 69 0.03/1.00 vMB 101
195,754 195,754 00000000000004d2451c4a5b93e265711429eb7abd69b9ade21100c84c69189f 44 0.01/1.00 vMB 118
195,753 195,753 00000000000001e58969a9a9f65b0ecbfba0a18ec6c83bb06114b8ba30c568a3 60 0.02/1.00 vMB 132
195,752 195,752 000000000000062341c5ceb2388bcb15eccbab2d689fa3a636aff1c32af93bf2 87 0.03/1.00 vMB 54
195,751 195,751 0000000000000697f88dcb7abb3c6f12dd549a44f4874399c1f38635974967a4 259 0.10/1.00 vMB 131
195,750 195,750 000000000000002923c17ef7e31a2192f194341bea6d63b7bd863f7876ff7e84 243 0.09/1.00 vMB 143
195,749 195,749 00000000000003759e34e904c2e619992fa4bef63f308d1559e9f338b57405f6 12 0.00/1.00 vMB 47
195,748 195,748 0000000000000340f8a6b2e41df6d8f7c17579a6e10b844e674499bc9491f279 128 0.06/1.00 vMB 83
195,747 195,747 00000000000005d3af5c0c0d4142dc5fe78db51f1a266db6d51711ad8dfa75bc 113 0.04/1.00 vMB 185
195,746 195,746 00000000000001dcfb19fcfec5bf486aba5e50cac38b5c508be8f43bb114f507 232 0.11/1.00 vMB 213
195,745 195,745 000000000000026ca56a52cf4698338d2c1707635fbd37ee2f3a057c08ad1fe4 440 0.17/1.00 vMB 205
195,744 195,744 00000000000003f413313ee10b135031b4f6bf74acdeeddd690537b2e9e17f18 87 0.04/1.00 vMB 152
195,743 195,743 00000000000001ddc376d5af65b99548ada4dd0eb291f108fae5c139b51021bc 95 0.04/1.00 vMB 128
195,742 195,742 000000000000062e03efca8553559f535a04886150f1d8ef1c2125a3817e3ef3 32 0.01/1.00 vMB 2
195,741 195,741 0000000000000604417b9a1e0864eda58d5e5124463335880124413b6cdfdc11 154 0.07/1.00 vMB 123
195,740 195,740 0000000000000626a5d2da85b9cc6afb52a08f9c1f98739db4fb49074d9e416a 35 0.01/1.00 vMB 115
195,739 195,739 000000000000023e9a3d9702134cccce1bf0aca3c8eeb6f202536c13b4e4d06c 18 0.01/1.00 vMB 93
195,738 195,738 00000000000004fba6db41afcf18998618a41b541b686a70f14c2e0d45c5ab3a 442 0.15/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 782.37 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: 663.35 GB
    • Received: 14.90 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.