Loading Tool

Explorer IconExplorer

Memory Pool

41,710 transactions
27.47 vMB
0.08256077 BTC
Random Selection Loading Transactions
Max Size: 142.01/200 MB

Candidate Block

Mining Attempt 153595ba825fb25f009fbe76615248aff99288aabf1d8841f6f49aab8afe1296
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root ab7fc7cef6a4c6bce5a00563a458624a352c86775da0840ee4f33741be66cdf2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,027
Size: 1.00 vMB
Total Fees: 0.02847926 BTC
Feerates: 141.50 > 2.85 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (462,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
452,211 452,211 000000000000000001edae0e013de6bd2767947bd3954665bef9a8d837ca6859 1,762 1.00/1.00 vMB 39
452,210 452,210 00000000000000000096660d292ff09d425f3c3f04d4518e413feaa5794b77a8 1,617 1.00/1.00 vMB 90
452,209 452,209 00000000000000000027332b51775a3547ad9f71cc2fbff4a62e38d59549e23d 1,870 1.00/1.00 vMB 59
452,208 452,208 0000000000000000025c61cb35db826a58ae833e6e4c36e226d6231d21cca984 2,522 1.00/1.00 vMB 87
452,207 452,207 0000000000000000016255da9bf411b22f53def82c0cb4fe9311281831d076e6 2,151 1.00/1.00 vMB 102
452,206 452,206 0000000000000000015320d7fb6ababd306c5ecea76e74b43898466b33a72f8b 1,434 1.00/1.00 vMB 152
452,205 452,205 0000000000000000001292f94128eed61883ae808a8b991bef13cf68761e2d16 1,742 1.00/1.00 vMB 100
452,204 452,204 000000000000000000e605bdecf65bf087fcc5f825ac2071fdfa8d97e4586335 3,018 1.00/1.00 vMB 157
452,203 452,203 000000000000000000ddb8814de36334778c1762f1a42da5401633d91cbc0d5b 1,928 1.00/1.00 vMB 109
452,202 452,202 00000000000000000058d184a61d15d3cb60de2ba2498652b7df77e061458b8a 1,829 1.00/1.00 vMB 69
452,201 452,201 00000000000000000254cd94121f771670385f5128c51645542064e5bc431283 1,449 1.00/1.00 vMB 82
452,200 452,200 00000000000000000075b3ac6fcc05f2c2d167234d1ad7f509f0dfbab6f30106 1,367 1.00/1.00 vMB 50
452,199 452,199 000000000000000001385299968ddc11a95a4cce3fc53e2ed8263bf8eb1271dc 2,848 1.00/1.00 vMB 81
452,198 452,198 00000000000000000015475e76199a5b51b81c770191ce051bd01fb3b66d7302 2,900 1.00/1.00 vMB 75
452,197 452,197 000000000000000000a3de2e48497777411ea6d7b8aab4a1eaf6290d7b93c328 1,623 0.93/1.00 vMB 80
452,196 452,196 000000000000000001dbd001a57694c5818b0538a6a14bf543861b63bbb22a73 2,049 1.00/1.00 vMB 79
452,195 452,195 000000000000000001cb3b43beff75f9cba4d68353c1b870e60e4097b462c5a7 862 1.00/1.00 vMB 54
452,194 452,194 0000000000000000021164b1d3cc6cafc613240892bd2a2fc405b409ad9bb766 1,651 1.00/1.00 vMB 81
452,193 452,193 000000000000000001a6b6e7bdf25eb9084c718b9c00117cb881e3ac1831ad7e 2,190 1.00/1.00 vMB 113
452,192 452,192 0000000000000000014f5a849c6b979af5ddd1b0a5471fe8c6776cde350296e8 2,132 1.00/1.00 vMB 63
452,191 452,191 0000000000000000025e91a426a4f221fbf9d7172b4e492a21f09d3850255deb 2,294 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 781.79 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: 633.66 GB
    • Received: 12.21 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.