Loading Tool

Explorer IconExplorer

Memory Pool

48,249 transactions
30.28 vMB
0.08664962 BTC
Random Selection Loading Transactions
Max Size: 161.72/200 MB

Candidate Block

Mining Attempt fff1b63bc4f1484c9a2f1538e79c32e180c56ed690653df4b535f91af5a4802b
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 13b7c3cfa67fdd48ffae299feb74e04d495381e59b5117c53fbfbe4c3b589abf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,974
Size: 1.00 vMB
Total Fees: 0.02619159 BTC
Feerates: 101.56 > 2.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (683,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
231,685 231,685 000000000000011f8b5fab2051fcb1f717c0d51fc75d1623ec9d57c002be5d05 610 0.25/1.00 vMB 193
231,684 231,684 000000000000018742aad6a0ae1b3f1e3bc413ad043a025b46439e7423a2175b 936 0.47/1.00 vMB 131
231,683 231,683 0000000000000093ad005e6056b7939ba53dd33c1ad19bf48a2e85a65a9c3abf 214 0.08/1.00 vMB 41
231,682 231,682 000000000000010b3a88a312990a54cdb197a1e70fb54802a1cbbef544e72936 790 0.25/1.00 vMB 626
231,681 231,681 00000000000000f6d7a2518e19bd4fe37e65398835527268a0b1f2b4c25070cd 690 0.25/1.00 vMB 186
231,680 231,680 0000000000000180102c1f9dec20b7a0345102a50a1f4afada68a8e3a95b3e9a 474 0.29/1.00 vMB 106
231,679 231,679 00000000000000e616ec365e19898a0b27dab74601c00d56a9f6d45726a21772 398 0.25/1.00 vMB 107
231,678 231,678 000000000000019e8ea89b853f26179954843d36a4ac86e7409eb3a5a69cdfd8 812 0.25/1.00 vMB 200
231,677 231,677 0000000000000168478528d297ff7c87d5849e6a189a00ec025b7a742ba215c7 5 0.00/1.00 vMB 592
231,676 231,676 00000000000000dd6fcb2c00c20120eb83a3d237546bb6fe45dce96a655a708b 173 0.07/1.00 vMB 259
231,675 231,675 00000000000000c7863ea1f3d1c377f5ccb0b2474d65b453a491125e5a217d0b 5 0.00/1.00 vMB 549
231,674 231,674 00000000000000f500096b2eb18782dc9a2071f9efe78d645091aeba87f57b2f 509 0.25/1.00 vMB 104
231,673 231,673 000000000000006fe8f5f9844e583e5d260e21c5152984637aa60fc99e386a10 394 0.20/1.00 vMB 173
231,672 231,672 00000000000000f7870678c085560fa1f82acf78b50b6586d41f743bff36aa01 388 0.25/1.00 vMB 51
231,671 231,671 000000000000013cb719413b39414f89ce1bd8cb4d4b6005d144081cd936ff4b 507 0.20/1.00 vMB 195
231,670 231,670 000000000000013cc19383be9cb74cfd8722ab494397a5d2f91ba2519bad2706 547 0.22/1.00 vMB 139
231,669 231,669 000000000000005ad1c0456d54932b562f9e5c1f9f83da8395b0b8e1e5b3e8f8 713 0.45/1.00 vMB 83
231,668 231,668 0000000000000027ac6dc16d8ecd4c2b9cb42fb8965151e387bcad09aeac92ef 847 0.25/1.00 vMB 237
231,667 231,667 00000000000002168012e05e9b8834e151c747b687622fdf67b7edc0a7f0ffd0 4 0.00/1.00 vMB 91
231,666 231,666 00000000000000a2bfbde0a8db08393fb195f6ab33a773602504a2377b5bc8d9 179 0.08/1.00 vMB 149
231,665 231,665 00000000000000dc3ad6f98d07647edd9c6bafa8c266a4526b9365f70b174cd8 519 0.22/1.00 vMB 220
Previous 10 blocks ↓
Total Size: 782.13 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: 652.41 GB
    • Received: 13.77 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.