Loading Tool

Explorer IconExplorer

Memory Pool

81,578 transactions
31.01 vMB
0.09103700 BTC
Random Selection Loading Transactions
Max Size: 188.27/200 MB

Candidate Block

Mining Attempt 22238bc171fb6a06197ae2a09b58ea3afe886b72d59dd1db1d899791f64cbd70
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 63a1a2b321aae6c5e568dcc99173c5d333b4b94fa6be4788d82118b0a3d52c21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,674
Size: 1.00 vMB
Total Fees: 0.02427069 BTC
Feerates: 351.58 > 2.43 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (382,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
533,126 533,126 0000000000000000000be8280800143ea6a89e127c2826c44cc5f66b0aec1a86 188 0.12/1.00 vMB 46
533,125 533,125 0000000000000000000fe49ab87ab5ee731ea767cf3502236fb786719c30c2a2 650 0.27/1.00 vMB 15
533,124 533,124 0000000000000000000d5faaa10fbc1ee6951d2fa4fbe996a4794bf9b3cfd2e9 1,886 0.85/1.00 vMB 9
533,123 533,123 00000000000000000011069cb504f3eafec8d42165a95da313bd399ebe5d60f8 1 0.00/1.00 vMB 0
533,122 533,122 0000000000000000000fae2b1e70252a78086e77e2c8dc42956a21832877a7ca 2,862 1.00/1.00 vMB 20
533,121 533,121 0000000000000000001cc4fe7061e97da9e8f2ae498d07fd6b1c831fc3c5db52 1,430 0.75/1.00 vMB 13
533,120 533,120 00000000000000000007a2735b8fc06dfc15854dc76375838ae2d99bf1134300 2,623 1.00/1.00 vMB 20
533,119 533,119 0000000000000000002424b95459bffa97dd671c04d06d9b3c8f87c1e14a4cf1 1,753 0.68/1.00 vMB 16
533,118 533,118 00000000000000000032fefb85f205b33a3cdfc02ddc71080cdf56cb0481b330 695 0.31/1.00 vMB 38
533,117 533,117 0000000000000000000938e3df734cfea54a1518daae9944bbe944a0c184236c 399 0.18/1.00 vMB 19
533,116 533,116 00000000000000000022c4b34da8644bd7501b47f06cad32839b30eb67d3908c 80 0.03/1.00 vMB 45
533,115 533,115 000000000000000000303e4c84f5fd1c0a95d068bd8152fac802a03237124ea4 2,222 0.96/1.00 vMB 16
533,114 533,114 000000000000000000155cddce7215adbc69ef755283636ba96c8c4b8ddc361b 448 0.19/1.00 vMB 8
533,113 533,113 00000000000000000002da49833c37dc6aaa06abb1544a2c06e2bf8072d5865d 2,685 1.00/1.00 vMB 30
533,112 533,112 000000000000000000063c78a3c4bf8fabf7697542ac151040d8c6e849a48ed7 863 0.33/1.00 vMB 16
533,111 533,111 0000000000000000001b50dcd157a1c1f11d90b66f66aa2075c55347445ab098 36 0.01/1.00 vMB 10
533,110 533,110 000000000000000000167b14089ebe1431938920fd4c6f3641eef37db9d5bffa 825 0.52/1.00 vMB 5
533,109 533,109 0000000000000000000068b030aea82de8e9c9efe5a7de7d661193a31aba8ee5 189 0.12/1.00 vMB 30
533,108 533,108 0000000000000000002cc1d49acea2e457a00ceea613f5a3b8d939a0a6d2419b 2,841 1.00/1.00 vMB 11
533,107 533,107 00000000000000000003d0d783b882f4c449befc6d1a19f3e4def9d50b8c3ee2 3,153 1.00/1.00 vMB 15
533,106 533,106 0000000000000000000da9972b40870ee6c99c5d75e2be8b4c6d8db7f1a40795 2,119 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.75 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: 708.65 GB
    • Received: 16.74 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.