Loading Tool

Explorer IconExplorer

Memory Pool

15,263 transactions
23.18 vMB
0.04716374 BTC
Random Selection Loading Transactions
Max Size: 106.65/200 MB

Candidate Block

Mining Attempt 7dc088b1d56090e521faae3a79196b7a6c8ef0d7c022bbd6e2065dcec91f7393
Version 20000000
Previous Block 000000000000000000002f40e0b9cfa776f49c63ee817fe9dd4c3fd293e39dc6
Merkle Root d89e3b017eb39f9b0af813d88efd12c8770386ec20a00e085acf0286bf74ac4e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,855
Size: 1.00 vMB
Total Fees: 0.00682620 BTC
Feerates: 71.67 > 0.68 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,298 (793,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,224 121,224 000000000000714e5dec6763ee8dbb63dd07d837eb6da7c0d07fbbb015e5b74a 7 0.01/1.00 vMB 406
121,223 121,223 00000000000007d2966c227a167e8335fe7b5202469c6ca664dcdb6308fe2f8b 7 0.00/1.00 vMB 791
121,222 121,222 00000000000059df20a53d9c80c8b2e1b2aa943212fc299ee7b84e1dc6da3489 3 0.00/1.00 vMB 832
121,221 121,221 00000000000008aa321164aef802bdd992343b8b49d043323ff75f2e78b7bc1c 2 0.00/1.00 vMB 3,875
121,220 121,220 00000000000072b2d9b021b8ee69eb4be9e08b464ae78bf2b6771b884cff15a1 3 0.00/1.00 vMB 0
121,219 121,219 0000000000002f97dc92a9188967c5daa2ea780fa2b7fe8b37c270bd134d9f73 160 0.04/1.00 vMB 197
121,218 121,218 00000000000014a608da4a3787f9b05848fab9153232d7048aaa69619705533d 8 0.00/1.00 vMB 762
121,217 121,217 0000000000008c86908f38494f62859793c9ec85ca727e237f0988e1b3607f5a 8 0.00/1.00 vMB 1,316
121,216 121,216 0000000000006018db5db34a8c38559c441326954c23eb04318e9505ab4afc16 1 0.00/1.00 vMB 0
121,215 121,215 000000000000711f8a3c06519baccbc2e8dc0864f44fc1f668b2185a3e64351a 27 0.01/1.00 vMB 225
121,214 121,214 0000000000006b21767512ab25bd905ae601e2d902a743b74c140af9628e5a15 15 0.01/1.00 vMB 1,474
121,213 121,213 00000000000074b6cae851fb1c8c1fdb816736757b31adfb94b1e9a2e6611d50 26 0.02/1.00 vMB 467
121,212 121,212 0000000000009264dc5873a4d5e093a47b1fa30a5512e3d81846a4f8c8c62eba 20 0.01/1.00 vMB 4,987
121,211 121,211 000000000000696253d71eaab03db33c7dc4bd3e8241728636648c6e52f9c7b8 7 0.00/1.00 vMB 454
121,210 121,210 00000000000096758a9516d2c84953ddbb694d04f20e542aa5f4ceac5df8a7a7 22 0.01/1.00 vMB 949
121,209 121,209 000000000000778b1177b125b3ac748a0d400e1a97be4e779192bbb651652128 4 0.00/1.00 vMB 0
121,208 121,208 00000000000020101fb731c5b3c4c02c85c897f4a28e21af2d7938b57a47ce88 16 0.01/1.00 vMB 197
121,207 121,207 0000000000007ea1375271a62790948e86a3c2d39b15347095a99262fea1a3f4 17 0.01/1.00 vMB 494
121,206 121,206 000000000000239132efbd4bc4b32b5ab4ac1627d1c2ff73f12f768290700a95 6 0.00/1.00 vMB 0
121,205 121,205 000000000000295fa4bdbd1d5810397e6a95c1883b6ccae2fc4a7eada736367f 6 0.00/1.00 vMB 252
121,204 121,204 0000000000002143254e7e1559ca047d6992df9f3ecc263c11806db68907ed40 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.12 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 580.53 GB
    • Received: 8.96 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.