Loading Tool

Explorer IconExplorer

Memory Pool

45,850 transactions
27.80 vMB
0.07856468 BTC
Random Selection Loading Transactions
Max Size: 145.50/200 MB

Candidate Block

Mining Attempt 6beb7fc656d6db60c5fd3a976b3c5960eb342a7ff4d49e610033fc9d29aa2c6c
Version 20000000
Previous Block 00000000000000000001ea5ca94f36eab03be1e198193b179a4c6d49b9095493
Merkle Root 87625544d6924cb905990296210227c8331e2f5f30c251b3f32b941e7b45470b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,354
Size: 1.00 vMB
Total Fees: 0.02188083 BTC
Feerates: 124.00 > 2.19 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,888 (121,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,254 793,254 0000000000000000000506ec0076b06f4bee8222c9cfd7a95bcdebfd41a3fb2e 3,801 1.00/1.00 vMB 104
793,253 793,253 00000000000000000001371ae2b3e60147ccaa8b207a35082e693164b76811a4 3,006 1.00/1.00 vMB 81
793,252 793,252 000000000000000000021e877d2ec27493746e4e140159dc4e52b7685a7c9fda 3,790 1.00/1.00 vMB 52
793,251 793,251 00000000000000000004d5a2cd0829eec21f1b9191c2dbdea14a83a8984c47f1 4,033 1.00/1.00 vMB 62
793,250 793,250 000000000000000000010a83211f4fc7fb801b1acc1a91d26e9903d7e95591be 3,788 1.00/1.00 vMB 32
793,249 793,249 000000000000000000014687e4126252bd8d4759aafe6341b5989021a10bcf12 3,861 1.00/1.00 vMB 66
793,248 793,248 0000000000000000000249ce3541905c4764dd7f5f298821f2c032f7aa8e4a5c 4,116 1.00/1.00 vMB 53
793,247 793,247 000000000000000000008b51632dbad4fe3b1a190955307b72aa51c64028899f 3,269 1.00/1.00 vMB 88
793,246 793,246 000000000000000000026fa9b77bd0f9ad00a86765bf571c5b7dd48fa6c7fa7b 2,007 1.00/1.00 vMB 25
793,245 793,245 00000000000000000000ca12f3c28d56e95075c981fbac85b989fb85b213e05c 3,519 1.00/1.00 vMB 41
793,244 793,244 000000000000000000023d458a31553880be8c0e8e666274c0ca5c65705a3225 3,429 1.00/1.00 vMB 54
793,243 793,243 00000000000000000001acac4e7cb094af9eec27b12b93c9a7880de3642f24a5 3,124 1.00/1.00 vMB 43
793,242 793,242 00000000000000000004c7c14e252b573bd8681cdf1bfb7a689a6935e65c7c50 3,686 1.00/1.00 vMB 45
793,241 793,241 00000000000000000000597f7c151f42fb4edf8780cb213a7ab4b4afb1444ebf 3,786 1.00/1.00 vMB 38
793,240 793,240 000000000000000000025df29c3a8a1610a73aa2ce94953e74dc57577c1a5858 4,038 1.00/1.00 vMB 50
793,239 793,239 0000000000000000000110fb285e1dc6bf530752b799532417b16576a53fabf3 3,119 1.00/1.00 vMB 72
793,238 793,238 000000000000000000018afd3495d6316ad9e48892c51458691394c9fb0d5bb8 2,825 1.00/1.00 vMB 85
793,237 793,237 000000000000000000042a207c177afda8f399812438db528b492c03008c7573 4,088 1.00/1.00 vMB 49
793,236 793,236 000000000000000000034bdfa3d3d77f7d0e2a68ced654d7dd781c0cb52a2296 3,797 1.00/1.00 vMB 45
793,235 793,235 00000000000000000002b6c3776f7d15e37a9a1fd9a9fd2121f739684eeb5fc7 3,542 1.00/1.00 vMB 90
793,234 793,234 000000000000000000008dea29b62263a4898f370077dce3d79518db1dc391c1 3,429 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.19 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: 653.73 GB
    • Received: 14.03 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.