Loading Tool

Explorer IconExplorer

Memory Pool

80,080 transactions
29.40 vMB
0.11623387 BTC
Random Selection Loading Transactions
Max Size: 178.37/200 MB

Candidate Block

Mining Attempt 7ad45e72b24a1663a8f7651a5721431ffbf2626db538429d8bc1a15a29a09980
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root fcd1f60b0c42f78f4ae351a249695c7059b5ad9d4e6069d971ac82ec32689c3c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,970
Size: 1.00 vMB
Total Fees: 0.05335528 BTC
Feerates: 151.07 > 5.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (417,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,947 497,947 000000000000000000078c0a69fe08588048f5fdfa1db45a4e59746c1ca26854 2,517 1.00/1.00 vMB 136
497,946 497,946 000000000000000000c502873d468606b213abfc0ef8749bacc5727e92eddff1 2,563 1.00/1.00 vMB 149
497,945 497,945 0000000000000000007f6c84ee3f61cb0d897a928cf29c590645bdef447d0d6f 2,380 1.00/1.00 vMB 143
497,944 497,944 0000000000000000001f23e78a51d28b6c394a9e3480e9e89e4c00d7413c8226 1,934 1.00/1.00 vMB 149
497,943 497,943 0000000000000000005323f628b17083d2d051924881f50d73a6fdf0a4d9cc54 2,022 1.00/1.00 vMB 151
497,942 497,942 00000000000000000041e8e50c14d313ac7c0468fc303217e2bb4b9f08a87baf 2,293 1.00/1.00 vMB 154
497,941 497,941 0000000000000000004358cf69457e14ebfd2311a88a5f5a2767263138ab4401 2,614 1.00/1.00 vMB 172
497,940 497,940 000000000000000000447a3d96bea27ae2d7cb60f1bec86bd4c193979850c966 1,492 1.00/1.00 vMB 139
497,939 497,939 00000000000000000063743c96906e81990b069f24da3bb2b182f79682a68771 2,523 1.00/1.00 vMB 127
497,938 497,938 0000000000000000003466dca531d32273017ab626f2813d9cbf70a3c54093c8 2,284 1.00/1.00 vMB 148
497,937 497,937 0000000000000000004332e1bcd5f8a973062834e65624db2243548c85289091 2,670 1.00/1.00 vMB 141
497,936 497,936 000000000000000000588d8ec51a45d09ba64b38234b84b5d2f8dc5a722398c3 1,849 1.00/1.00 vMB 212
497,935 497,935 0000000000000000008b0bc9374652460218c2fc2a74863374b0146bb8ba233f 2,014 1.00/1.00 vMB 163
497,934 497,934 00000000000000000080fd64ad471470449be3a74c9143265e88a89994a8e8fc 2,468 1.00/1.00 vMB 188
497,933 497,933 0000000000000000000f4f5fbbdbe64d76d3a840a4b8bf04fbcb0900b7e851e5 2,338 1.00/1.00 vMB 148
497,932 497,932 0000000000000000001d83453e0f148662859fd072dd08f15ec612811890c01c 2,177 1.00/1.00 vMB 226
497,931 497,931 000000000000000000b9d10f7e7a7fa2051e6abe3666710bba6aa92f51bd3e4e 2,028 1.00/1.00 vMB 204
497,930 497,930 000000000000000000cd02e245a45aa7458efbdbf8b9db397625e5b5a9fa600a 1,941 1.00/1.00 vMB 162
497,929 497,929 0000000000000000003407f974c47198b518097e644626dfc2bc5b54c7bb1959 2,443 1.00/1.00 vMB 145
497,928 497,928 000000000000000000b26312dbc71d5518da7a6c19f16c35acfd261cfd3d153a 2,681 1.00/1.00 vMB 59
497,927 497,927 00000000000000000054eedc16f582e22737de2899a8b7146d99e7d62fded5ee 2,931 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.59 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: 671.63 GB
    • Received: 15.97 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.