Loading Tool

Explorer IconExplorer

Memory Pool

74,178 transactions
28.74 vMB
0.08090538 BTC
Random Selection Loading Transactions
Max Size: 169.88/200 MB

Candidate Block

Mining Attempt 7c9e246d5d0d8516f06685d9da23aa854a7d350a566afe4f09690e4398a43b12
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root efa4d659820aa2bdc3f964eaacddad80b0bcf942b5eba53f171ab17b7f6742de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,529
Size: 1.00 vMB
Total Fees: 0.02263048 BTC
Feerates: 150.36 > 2.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (463,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,837 451,837 000000000000000000bab776a2b6ba067aba70139865d5dc142bf0b63ea6f985 2,132 1.00/1.00 vMB 206
451,836 451,836 00000000000000000158b0508318d624e60cd28303e9cfc6d20ca33f7df811b4 1,830 1.00/1.00 vMB 156
451,835 451,835 000000000000000001d658567a926a3d3033bd8fbf5fbb86cce3e06c69aadf50 2,084 1.00/1.00 vMB 145
451,834 451,834 000000000000000001e351bdb7f2e0f06e4eb983f9843e0fe87f35c43f165947 2,119 1.00/1.00 vMB 199
451,833 451,833 000000000000000002346de0a8874dbf2302f8c89542375d89b501f577dccf44 1,287 1.00/1.00 vMB 129
451,832 451,832 000000000000000001d1efb17f261b9b32fd3c40af3b8583253b1b8b35c4ea62 1,919 1.00/1.00 vMB 166
451,831 451,831 00000000000000000172adcf1ede974f79230baa24ef4f22d76fa1b5cd0606b7 1,722 1.00/1.00 vMB 155
451,830 451,830 000000000000000001992eb5caa4ee3e66faaff4447ccd6cb56aae478e8805d7 2,095 1.00/1.00 vMB 179
451,829 451,829 000000000000000000d560b2b982fbcf7e50901ec0e79e836a2c191812e5b16b 1,388 1.00/1.00 vMB 178
451,828 451,828 000000000000000000ae452301e3205a714dc5e25b41051b21c5ef0731a1357e 932 1.00/1.00 vMB 170
451,827 451,827 0000000000000000002c88c8ff2548c4f302a87aa21879618fb5f564e2fd16f4 340 1.00/1.00 vMB 184
451,826 451,826 0000000000000000011c32b5ddc234ba5d29c21941ab3cfcf07188505ddc2d82 796 1.00/1.00 vMB 214
451,825 451,825 000000000000000001f33bfb730b7cbae3e51b13e829dee222372b8dce3dde72 279 1.00/1.00 vMB 279
451,824 451,824 000000000000000000e879c5a7bcbfd0005e43b751f10c8253cb17be829cf4b9 161 1.00/1.00 vMB 371
451,823 451,823 000000000000000001baefc091b365a55ffc7b50d1ba348b60bc0aded27b8420 168 1.00/1.00 vMB 493
451,822 451,822 000000000000000002813be2606bc8b9423c123d096be68f04646d68aa33379e 2,123 1.00/1.00 vMB 167
451,821 451,821 00000000000000000036c4dacfdce507bd0a0ecc98985f4025349f2b8369525c 1,778 1.00/1.00 vMB 127
451,820 451,820 00000000000000000266d514d48e57d5ae7152db2254e0003ffe7b92dc7e57f3 1,867 1.00/1.00 vMB 129
451,819 451,819 000000000000000000fd746ab514b1f0a0bfa606e3084262e42ef382c6ad6917 1,740 1.00/1.00 vMB 131
451,818 451,818 000000000000000000d92ee3d867d7c188cc1949816413c5a2b61e978eeeb878 2,380 1.00/1.00 vMB 169
451,817 451,817 0000000000000000003992decc7c704924e357ffc764830f0cf4121e14bba0dd 1,851 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.48 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: 668.19 GB
    • Received: 15.42 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.