Loading Tool

Explorer IconExplorer

Memory Pool

79,417 transactions
29.76 vMB
0.11919497 BTC
Random Selection Loading Transactions
Max Size: 179.56/200 MB

Candidate Block

Mining Attempt 565fffc6c4b2c7f4bfdcff5c67536dcff64fb617a51df88ec379a1aad6c755b5
Version 20000000
Previous Block 00000000000000000001bd54d69182c1acad03f5cdcd2103ee49e909f1dec71f
Merkle Root 4e4ddb43a3a645d3d7aa2d59f652cf1e54cfda53d35925eaccceaf1bd83dcbda
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,248
Size: 1.00 vMB
Total Fees: 0.05486480 BTC
Feerates: 150.75 > 5.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,098 (417,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
497,926 497,926 000000000000000000001ea67562d40bb455a4205fd24e9692216e3b8c9eb193 3,335 1.00/1.00 vMB 80
497,925 497,925 000000000000000000aee66c0d06c81e63ac9f1788948b163f3892cfbaf98a5a 2,741 1.00/1.00 vMB 132
497,924 497,924 000000000000000000150ffa17185d6ce65526a2c46c28fa66d4d3470eaa41bd 2,796 1.00/1.00 vMB 125
497,923 497,923 000000000000000000c2261d8d2d5620c3b86d75cc96d198d08f0fcfbbb9851a 2,405 1.00/1.00 vMB 162
497,922 497,922 00000000000000000094f744886d50e8b3a8b9285d867aaf9e4a319bb93a62dc 2,224 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.56 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: 670.24 GB
    • Received: 15.84 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.