Loading Tool

Explorer IconExplorer

Memory Pool

50,036 transactions
24.41 vMB
0.09910988 BTC
Random Selection Loading Transactions
Max Size: 134.87/200 MB

Candidate Block

Mining Attempt fa700e4c902dfc6093369f8162e75584967ea838c98fc542cc45ffc1eb91d4e6
Version 20000000
Previous Block 00000000000000000001edbfed385dba04839fd0016a10cd5b3147ca7d3209be
Merkle Root 2cd1fc72977210a72e951b8b219c6e44efadb1c9dcac7368324aa9c6fa07e8ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,867
Size: 1.00 vMB
Total Fees: 0.04387078 BTC
Feerates: 151.03 > 4.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,981 (656,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
257,853 257,853 000000000000002ec277bfa49ad5df14a70801ee70ace948ffe9889a470c5f1b 145 0.06/1.00 vMB 137
257,852 257,852 000000000000000861670aa48d93f1531212172b99a1f70e1043496f3f7cc955 335 0.14/1.00 vMB 95
257,851 257,851 000000000000001bc0cdc284a3fc766b95cd037072dc6b2c0b409e89916a2096 256 0.12/1.00 vMB 108
257,850 257,850 000000000000001395e5ee32ff9a0e353661874183faf2b0d14d37d1a346b4ad 171 0.08/1.00 vMB 95
257,849 257,849 000000000000000927255f74f09187793cd267f0dfbda24f8a21332314df3e96 53 0.02/1.00 vMB 130
257,848 257,848 00000000000000078d72f81037edf9a832513fe18119b2e3afc9095e3f9b5ac3 39 0.03/1.00 vMB 26
257,847 257,847 000000000000000f3ee58c0e4ffea0825aa5bcb8473ac7a7fd6b09193177e241 320 0.14/1.00 vMB 94
257,846 257,846 0000000000000007594807947516cf1361c78f847c957d430e0721d73533d46a 290 0.13/1.00 vMB 114
257,845 257,845 000000000000000ba2a816a809345069507602bf18fa4fcaf584ef1beb1a43d3 17 0.01/1.00 vMB 71
257,844 257,844 000000000000002f23ea2d6875e0c733ea39b316ecde3082d3f004faf848ee36 202 0.09/1.00 vMB 91
257,843 257,843 00000000000000068151e9ed70621d189416e034a171e9923122c40d95efad5c 17 0.01/1.00 vMB 90
257,842 257,842 0000000000000020de72c8f35fbcef2565f3e21f79729def7988832e94acb7e0 44 0.02/1.00 vMB 101
257,841 257,841 000000000000001df20225828b693663319c58c613aceaab249d246de68be226 18 0.01/1.00 vMB 80
257,840 257,840 00000000000000143fd911a6916511a9cf8fb8411a37ec2f84e1211aa2752f9e 28 0.01/1.00 vMB 42
257,839 257,839 000000000000000485656163b4abd128a3995ce86c5f39e08ea78130c7f5c951 130 0.07/1.00 vMB 54
257,838 257,838 000000000000002d179ce95c454ae8b1177d3c3c35fde0746e0a2327cd8f0c49 1 0.00/1.00 vMB 0
257,837 257,837 000000000000001f885789047a39b556b302a4a3c8ed39156b33d48c86660158 104 0.05/1.00 vMB 125
257,836 257,836 000000000000001201fcf739135bad84c9ab01e5de72bcf32f8fc67f69375c4d 595 0.35/1.00 vMB 78
257,835 257,835 000000000000003072041f0d2196558ac03fc895cb32386a35a110875153c0ca 580 0.25/1.00 vMB 135
257,834 257,834 00000000000000031f2361758d02216f3caea591af97a128fd40627343e32deb 275 0.11/1.00 vMB 113
257,833 257,833 000000000000000c410f67e0272aae18c37d91a759c2ac6540746aca41e863ce 272 0.11/1.00 vMB 145
Previous 10 blocks ↓
Total Size: 780.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 538.65 GB
    • Received: 6.14 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.