Loading Tool

Explorer IconExplorer

Memory Pool

81,519 transactions
29.97 vMB
0.15757439 BTC
Random Selection Loading Transactions
Max Size: 180.54/200 MB

Candidate Block

Mining Attempt 231b0b92f1a028da3de506ae0d62981e4f8c5725e7cc4de53a73f9dd87e01815
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 4617aa7d37d4199a46e94391373bf7a6dcde4ad27f5b6baa5c4d9c2e323fe775
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,778
Size: 1.00 vMB
Total Fees: 0.05991094 BTC
Feerates: 1,002.91 > 6.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (635,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
280,266 280,266 00000000000000015a3c4b7e1146bc2675a1e29200df52f73d1f0b10aa471445 143 0.06/1.00 vMB 36
280,265 280,265 0000000000000001d624cc6398b3eee4fdcff93dab8160181c1f8bd13216cda8 13 0.00/1.00 vMB 4
280,264 280,264 000000000000000173df10870f5e94612a7944bc7b338321d6ac7c26edd03dde 409 0.19/1.00 vMB 43
280,263 280,263 0000000000000000bb4fb3945f8ecec86e32e1875d11e86a4d210870fce77cd5 119 0.06/1.00 vMB 41
280,262 280,262 0000000000000001d80927828e817d6af9a6d62ce5988bda1e5ff714c3961984 408 0.20/1.00 vMB 41
280,261 280,261 000000000000000059d7deae124c819a82594956e494894a4d7ccc327a098c4b 488 0.24/1.00 vMB 43
280,260 280,260 0000000000000000b4d2ca3448200eb8c85a0235eefac0a8b6fa98ae7e5e56eb 79 0.08/1.00 vMB 23
280,259 280,259 00000000000000007e9de95b3434422c0eb7e1d41ad7a7b5c9b04e1314aedd5a 273 0.13/1.00 vMB 48
280,258 280,258 0000000000000001e874e49a2c40b30ffd6da72e8f3815eb3c9b7ad6beba0933 459 0.23/1.00 vMB 53
280,257 280,257 00000000000000012b7c0d316d8615779ef88c694e4cd1558e020b87c852ff52 180 0.09/1.00 vMB 23
280,256 280,256 00000000000000016a6b34ca05de236e00e3f5578e9144434e478e0e62a0a826 650 0.29/1.00 vMB 49
280,255 280,255 00000000000000018871ff84bafc939193015c0fa3faa556449880d5f45cc2a8 67 0.03/1.00 vMB 41
280,254 280,254 00000000000000009e2a670de46dbb059737bc65d625c02f109b6d16e90712d8 366 0.20/1.00 vMB 33
280,253 280,253 0000000000000000a50861a492854badfb25a8f1b4b2ce7741f2fc7a642cfc48 81 0.04/1.00 vMB 40
280,252 280,252 00000000000000004c72f824429f16a323c551ae27d0d6f1fc9b01dda1b2cb27 408 0.19/1.00 vMB 43
280,251 280,251 0000000000000001c5b102c20f6821f28c3c92b0784bf9c3e9cbc33ebad20629 105 0.10/1.00 vMB 6
280,250 280,250 00000000000000007dc51171119100edfc52870cc24e644c9035baa6c83e4f64 220 0.13/1.00 vMB 34
280,249 280,249 0000000000000001bcf24b36252f1de5d18daa4b30c03e198868aeccde6810a9 413 0.19/1.00 vMB 42
280,248 280,248 0000000000000000d530bf104c1edb224aaf3159a8b77f47a28a0db96803800e 1,057 0.50/1.00 vMB 36
280,247 280,247 00000000000000019e515c7dbe4e66b5c3b6210d24efc45213bda3dbd8803e8d 98 0.03/1.00 vMB 203
280,246 280,246 0000000000000001461c67b96bbb544bf6fcbff3fada4591b50b4d4aee79aeb2 80 0.03/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.