Loading Tool

Explorer IconExplorer

Memory Pool

77,904 transactions
28.65 vMB
0.10065294 BTC
Random Selection Loading Transactions
Max Size: 174.12/200 MB

Candidate Block

Mining Attempt 887c6ee93d6f65b67948e49f8c3db9d3ff5b74ad997136c40acdbbf0de3e55ea
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root ba2bb3799cb523843891c9c1cd0cd128f4cf2df3f9ee50b75531aaac8555e90b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,896
Size: 1.00 vMB
Total Fees: 0.03458667 BTC
Feerates: 201.07 > 3.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (521,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
394,148 394,148 00000000000000000599a38294038b3238dcd80f244acf91e012217a973f0ca3 1,284 0.99/1.00 vMB 18
394,147 394,147 0000000000000000058bb5c6e85a5741d0253895c79137091f94a7a40cdf2299 1,378 0.99/1.00 vMB 33
394,146 394,146 0000000000000000069e563100fb01af69ef50c1107454f7abd94961692d6ffc 557 0.28/1.00 vMB 39
394,145 394,145 00000000000000000387aa51aba85c9a8e55690c282c96b84b4021323e5a855a 428 0.30/1.00 vMB 30
394,144 394,144 000000000000000003e0f0ddbb01da8c421805979218d081f30f2c8fb802c80b 1,372 0.95/1.00 vMB 25
394,143 394,143 000000000000000002683cf24271b5cdca1507a6c7af521034287f18a8ec194b 270 1.00/1.00 vMB 12
394,142 394,142 0000000000000000002d66b0531f43826c3ba3f1d994b3e511100a7ef5a9ef61 478 0.95/1.00 vMB 16
394,141 394,141 000000000000000004e6b5af6b33a8f19c11a4a9fe0f0a6a40190ae7cd08c09f 1,535 0.75/1.00 vMB 42
394,140 394,140 000000000000000001f0e06d3ffddfdea64c25ed703d5b1f685855e45f937d2e 1,010 0.75/1.00 vMB 31
394,139 394,139 000000000000000000835397b18f77b69afcd1688899aa11dbc495b482c5beaa 1,553 0.95/1.00 vMB 34
394,138 394,138 000000000000000007fb6057fc5135fbce6f3b40485e227b3a9d9e625cc2f18c 1,189 0.75/1.00 vMB 27
394,137 394,137 000000000000000003fbdf0effd3ece9527709babc01a559c06a2778243f8717 2,327 0.93/1.00 vMB 58
394,136 394,136 000000000000000008514f41d807bfba4491bec6573a708fc949fae3cda70229 1,024 0.95/1.00 vMB 51
394,135 394,135 000000000000000007fd5fa7c84e7f71f2fb0c2ee1625fb226daa5750ee25502 1,001 0.99/1.00 vMB 27
394,134 394,134 00000000000000000837d8df4299feed2573af12778081bf041fe8f8ebd63df8 216 1.00/1.00 vMB 11
394,133 394,133 0000000000000000051a6089df758eb75106fabf9a51e46c1dd9f4bc249e2e4a 1,190 1.00/1.00 vMB 28
394,132 394,132 0000000000000000022dd78ca1fc34393e6d3c60a61a658fc669f3ce13d3f9e5 145 1.00/1.00 vMB 11
394,131 394,131 000000000000000006b97ca478cf0a6739983f74a45d941b3fa673c0f87cfe10 1,037 1.00/1.00 vMB 25
394,130 394,130 0000000000000000021d435308726d6991cfccf5d4772fec5ccacc1ce2537b78 1,319 0.95/1.00 vMB 29
394,129 394,129 000000000000000001151692a78804cbcd362f6b78906e8aba786f2c8189d1d1 1,994 1.00/1.00 vMB 38
394,128 394,128 00000000000000000317dd48d9a79d5998d373717b1baec63de41baabfdea823 573 0.93/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.90 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: 713.73 GB
    • Received: 17.45 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.