Loading Tool

Explorer IconExplorer

Memory Pool

83,755 transactions
31.55 vMB
0.09714107 BTC
Random Selection Loading Transactions
Max Size: 193.15/200 MB

Candidate Block

Mining Attempt 51e8042de4a4aa7255cd431f8367b5286165a5ceaa12b458dd56d841ce65685f
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root f355caf3a83ad0bda27e9e0da5a0250fdb89fbb4066b09e37ed72beaedf2d666
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,746
Size: 1.00 vMB
Total Fees: 0.02420712 BTC
Feerates: 73.20 > 2.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (496,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,191 419,191 00000000000000000417b8f74a00d594b1dc337508fcfb557586468afb5a9d15 1,373 0.71/1.00 vMB 52
419,190 419,190 00000000000000000170cb1096d821cc8c51965115511a8c44787cb6c1c92302 1,893 1.00/1.00 vMB 49
419,189 419,189 0000000000000000025399d2058729b50b19fc2851becf8389bc64f4bc346664 525 0.21/1.00 vMB 66
419,188 419,188 000000000000000000ca09ac82c8737486cff8d8810d8b08c79e68203c88d4e5 1,142 0.50/1.00 vMB 61
419,187 419,187 00000000000000000242d620d84c0eac18b7434d06ecb9ce58fcf893b141ac51 992 0.49/1.00 vMB 53
419,186 419,186 000000000000000001e39a9c9040a6e51de7a47084e64d6ab97901b9eb7c9afa 1,050 0.41/1.00 vMB 66
419,185 419,185 000000000000000002194b2e7d92f6ea5e9684e72bc90fa850b40bd4afac0197 303 0.22/1.00 vMB 48
419,184 419,184 0000000000000000020c848814ad59ab61e9084c73ddce381e5fb0f18b2eda72 511 0.27/1.00 vMB 60
419,183 419,183 0000000000000000024db87eb897522b35b6c3cc38e49af8c8f03a4707e8dfdc 1,860 0.69/1.00 vMB 65
419,182 419,182 000000000000000002e3776afe4408a3ff260633fcf0a7ad245b93fc8d432a92 1,559 1.00/1.00 vMB 36
419,181 419,181 000000000000000003cf5c3d7804380be4b0802ee16878d0f557066bf4beb3de 2,969 1.00/1.00 vMB 75
419,180 419,180 000000000000000000a1a7a512c95e49aa5b1b8b3aec7f0c2167fb9d31059f6f 723 0.36/1.00 vMB 61
419,179 419,179 0000000000000000026e7eea38fe89fa32425dbfa9c5fa1ae9dafd0fceace675 265 0.21/1.00 vMB 37
419,178 419,178 00000000000000000325764f859d2b1e2f20c2ea09902480c7f2d1333132287a 846 0.29/1.00 vMB 67
419,177 419,177 000000000000000001aca4dcf864c526d283ce5f417160451fe92c4ee9d02967 2,010 0.99/1.00 vMB 50
419,176 419,176 000000000000000001c964f95ca98baeb6b28326fd5cf44830578af94ef708a6 394 0.11/1.00 vMB 69
419,175 419,175 000000000000000004ee25e2a900e6fa83c8e058a0710cd342a3a32081b7a4d0 2,003 0.81/1.00 vMB 53
419,174 419,174 00000000000000000350dd0b1d14f77e33d2b30381eb04c6e3fb980ce0cdf8c3 1,005 0.42/1.00 vMB 51
419,173 419,173 0000000000000000036ac1911a41b05a19f6bdae627a5d952b45cc229870b91f 568 0.22/1.00 vMB 56
419,172 419,172 0000000000000000000f6e054d7fd6c4e00927f42b85b307491acbfebfbb61c1 299 0.14/1.00 vMB 60
419,171 419,171 000000000000000000785b263045388b4489c8922ddc6d9d0bdcc3f38eee5787 276 0.09/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.78 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: 709.68 GB
    • Received: 16.95 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.