Loading Tool

Explorer IconExplorer

Memory Pool

77,867 transactions
29.26 vMB
0.06272693 BTC
Random Selection Loading Transactions
Max Size: 175.80/200 MB

Candidate Block

Mining Attempt a8f7f80e22ccef0923a5768e161e307b64b2309f47e2406d44c59184f2485c23
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 3fdf5385b180b513e96a60bd304dbbf3b2e39bcf9dbd286a1da98a7e50f43eb6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,728
Size: 1.00 vMB
Total Fees: 0.00344056 BTC
Feerates: 10.05 > 0.34 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (719,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,763 195,763 000000000000034f4e22d5bd44dcddb3100889f0d4dc3e0fcf7db0775c79048d 169 0.06/1.00 vMB 78
195,762 195,762 0000000000000340294e0f34b280378d957a7cca948c473d30d74b98946ea449 822 0.25/1.00 vMB 173
195,761 195,761 00000000000004149811b08c2bc16ba5a822224d86c85aa828fb7d2d091d2393 606 0.25/1.00 vMB 141
195,760 195,760 0000000000000027c81346eecf0ff92b6e51bd9f7e3c5a9e48d804110f062e56 147 0.05/1.00 vMB 85
195,759 195,759 0000000000000100c2c769aefbd3b90329e4a47ef14b13c81eda35194447a107 680 0.25/1.00 vMB 141
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
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.