Loading Tool

Explorer IconExplorer

Memory Pool

73,384 transactions
28.44 vMB
0.06924620 BTC
Random Selection Loading Transactions
Max Size: 168.16/200 MB

Candidate Block

Mining Attempt 309bbb3becbeef2ff289fa67f954d3cf0eddb53dc9f396c9b03693d2c8d16c61
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 7319e564e9929e4eb2b1e8a35ffccf33dc5a487519bd60acee44fff6498ddcbe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,649
Size: 1.00 vMB
Total Fees: 0.01219742 BTC
Feerates: 100.36 > 1.22 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (322,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,100 592,100 000000000000000000061a675b0f5ddcc9f245204cde7d847403fee182eb4d78 2,253 0.87/1.00 vMB 17
592,099 592,099 0000000000000000000c648995909013922da6d01728e014c6cb0de094370b33 2,149 0.77/1.00 vMB 20
592,098 592,098 000000000000000000110facf2ebbd6f8e62f005768b3258e4f95b9e99dcb325 2,688 0.91/1.00 vMB 18
592,097 592,097 00000000000000000001d91f62862fc548848950ec5499e09d3819a7eb3a1167 2,324 1.00/1.00 vMB 14
592,096 592,096 00000000000000000018bb712f042fdd322f5b82e8bcde78cf518a200fc85587 3,158 1.00/1.00 vMB 36
592,095 592,095 00000000000000000015fd2a1e177d4a37a56358a132c65957c777735a713893 2,773 1.00/1.00 vMB 30
592,094 592,094 0000000000000000000edb6d05d3957fdbb42ba5066097d0cc6c03f242b4c7da 2,035 0.71/1.00 vMB 16
592,093 592,093 0000000000000000000da895d3e6110c3b9db59728e4c1a2c19cb3ca2940b4b6 2,768 1.00/1.00 vMB 31
592,092 592,092 0000000000000000001326944575fc4d571b21e44868e37e9f2d68404bc0eb19 2,662 1.00/1.00 vMB 7
592,091 592,091 00000000000000000000ae03c6158d331d58c58c03c8e02f87cbb1bd28490788 2,972 1.00/1.00 vMB 43
592,090 592,090 0000000000000000000038ae3fa603ae533a42b2236ce54a17ebc224a8f2d07d 2,749 1.00/1.00 vMB 26
592,089 592,089 00000000000000000007d9e54817bbfa15d21919ee9a3e238b5d647aac107f33 1,765 0.55/1.00 vMB 17
592,088 592,088 000000000000000000105a4a20563708233972eefdc479a38e5a243e06ba68bd 2,901 1.00/1.00 vMB 23
592,087 592,087 000000000000000000180a54bcb5cd87b8bb9ba133fd0021d682d2c8b9664858 1,504 0.52/1.00 vMB 26
592,086 592,086 0000000000000000000a8909396df9943b1970625db413be37516e7eb23d2b37 1,572 0.59/1.00 vMB 10
592,085 592,085 000000000000000000102ba1945a274d87981aacc09d0b07ed1faf6634dca8df 2,876 1.00/1.00 vMB 27
592,084 592,084 00000000000000000017c1f7a443224dd524c993109cde301212193519bd27ec 2,894 1.00/1.00 vMB 17
592,083 592,083 00000000000000000019e8c2345a09974475d5819fb6a69b2212697f6c5b942e 1,482 0.47/1.00 vMB 25
592,082 592,082 0000000000000000000fa33dd0e0512b8fc49aed3e5954a80fae1ac2e9bad1f2 2,108 0.72/1.00 vMB 19
592,081 592,081 00000000000000000019a7c7feea52b2de43476c0eb5d986f0a202fcdfa00b5e 888 0.31/1.00 vMB 21
592,080 592,080 00000000000000000002680b29c87f5aa7d8d826e8f16e7a152f98f3ffa0db27 1,326 0.42/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.33 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.