Loading Tool

Explorer IconExplorer

Memory Pool

29,965 transactions
9.64 vMB
0.06591386 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.48/200 MB

Candidate Block

Mining Attempt a305b6eb17ffdd69fd0454995289d77f7f390ba4bef4f45432f045066ee2c09e
Version 20000000
Previous Block 00000000000000000000610eea986fc098468ac97fe81d3c9ca0314f59be633b
Merkle Root 067e6a0caa3131d1618ebfc26426015af99e50c3d987fc22a8f421d206ed2c7d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,538
Size: 1.00 vMB
Total Fees: 0.02449943 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,041 (722,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,187 190,187 00000000000006e273580fc6712d98f047fe6cabf518db69e2798445a06fecbc 0.07 MB 155 117
190,186 190,186 000000000000032dddb068c930fba4bd0a9742236a8da831c6f6c1c317a29b5e 0.05 MB 130 103
190,185 190,185 000000000000051c5b71536b7733f46b3fc98ea9057fd792632b4928559d139f 0.05 MB 116 113
190,184 190,184 000000000000072fc4eec5e3383d18707e20bb4809a440842f5c650ccc942944 0.31 MB 740 135
190,183 190,183 00000000000006cabda3bbfe9c1ae51c9977d0900a8fbc15aa738a59dbe62cb3 0.25 MB 641 55
190,182 190,182 0000000000000028f241845cf19a253f98e001f279bf4353fc9237a66a437c3b 0.01 MB 21 110
190,181 190,181 0000000000000152dd7a533b01c0d4aae12ecbf44542e82d06f5671a30185fa3 0.04 MB 126 19
190,180 190,180 000000000000086ffb81e93378db23200360d327aecf528bc06a48b98d364278 0.25 MB 567 111
190,179 190,179 00000000000005cc57a470d99888def42177654f5444cf836dcc0a110e2361fd 0.01 MB 32 11
190,178 190,178 00000000000006b54f5cf86924fec47f6c8b3ffe737b0256bc92bc3fc155d7b4 0.16 MB 313 237
190,177 190,177 000000000000025ccfcae27c8c1f8e467583c157e2eb77d9c15686ed63c07b0c 0.03 MB 83 94
190,176 190,176 0000000000000499217cdf37deb558bd265d6fa3abf767b7c8544e54bd19fb7b 0.05 MB 117 74
190,175 190,175 00000000000004895e88f64f08611c8872d475f429fc8da86561ebeb90456f0e 0.13 MB 235 131
190,174 190,174 00000000000004405973411e24f6d93ff49b2308c3428e54065e4b8bfbc627f6 0.14 MB 206 125
190,173 190,173 000000000000044ef4d634b76b8d6ad4a4dc50b74e2cb443278996f5ef78765d 0.12 MB 256 88
190,172 190,172 00000000000006ee89979af8a98d386f2690bd8a095aa1f4168039c457bafbd1 0.22 MB 432 150
190,171 190,171 00000000000003f2ddfeb8006ab852a1594b1c105270e1b3edc253e4efc0699b 0.01 MB 16 88
190,170 190,170 00000000000005cb634eeee2c17644c57a0c68839e8f45a867159fa74f533b44 0.19 MB 434 134
190,169 190,169 000000000000010d39a5f17c4c45697f4d5d64908abe0574bd0f6642c984039a 0.07 MB 254 33
190,168 190,168 000000000000068b31a137d942083f93b983f85828d1fc8acce639c7020e1a03 0.02 MB 52 110
190,167 190,167 0000000000000275a9d710a5f3cc563de67987e738d08324679258352b3225d2 0.11 MB 267 139
Previous 10 blocks ↓
Total Size: 778.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 40
    • Outgoing: 10
  • Data Transfer:
    • Sent: 7.67 GB
    • Received: 0.07 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.