Loading Tool

Explorer IconExplorer

Memory Pool

13,781 transactions
7.26 vMB
0.01775770 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.23/200 MB

Candidate Block

Mining Attempt a1bee9debde185257255afef59df285016c196c22a65f16ce78873924150c7b8
Version 20000000
Previous Block 00000000000000000000dad63c28118d3db43107185b2574fbfa71b259daeaa0
Merkle Root 6673ebcb2c94438c6775c2fbec9b2088e11f0ef6ee8fef5f549e872005c2ca9a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,518
Size: 1.00 vMB
Total Fees: 0.00327840 BTC
Median Feerate: 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,401 (767,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
146,205 146,205 00000000000006a2e71b7b30eb40d5975d15928d3c98192905cd50caa0998f53 98 0.04 vMB 141
146,204 146,204 000000000000090c2e5e06401c4286aba3726a27d52f3f211a87ccfc91632f53 7 0.00 vMB 23
146,203 146,203 00000000000008900359dcfcc9d8c4b12cb43871d37252fd50f672e6ba3b44bf 74 0.03 vMB 103
146,202 146,202 00000000000000afd28152f62d9981c4a1358cc3a6ec2fdc5aa7923a23f99a32 1 0.00 vMB 0
146,201 146,201 0000000000000949e4a89fb9509c6ef5d429a304e623ac4f30aff3634de875cc 8 0.00 vMB 21
146,200 146,200 00000000000009063ca24f2b0989a239ecde876508de23e86a21658f3ba44d10 26 0.01 vMB 6
146,199 146,199 0000000000000366f87d58c51def1b142f24c2625277fb3f0692be5013108be5 178 0.07 vMB 254
146,198 146,198 0000000000000296543a57e848bad6eae6d973e6a3d6983c5569c5638bafc390 72 0.02 vMB 95
146,197 146,197 000000000000098e72fb5d49df53611eab6041b78d1e87bf0a7d2431143795c9 54 0.02 vMB 149
146,196 146,196 00000000000001a23942ee711214c7c16ffc6f8dc4ababfe51a22f07f2978491 44 0.01 vMB 307
146,195 146,195 000000000000013f716338481af232346aac7ea6ca2ac9f44ee105571b97ac36 123 0.04 vMB 54
146,194 146,194 00000000000008a90ea4badef1b0fac0d027324b19a662e1402430f355586e7d 71 0.06 vMB 96
146,193 146,193 00000000000004cc054096338f2ccd778589ccb32b71126d91c249397ebde58d 31 0.01 vMB 6
146,192 146,192 00000000000004da383656ad4859f05d0fd073db3856e50a86b83f98d3204bcc 52 0.08 vMB 95
146,191 146,191 000000000000013a974b91e875c46a1c54f0b13c27bbb4775917e359c3de39a1 147 0.05 vMB 36
146,190 146,190 00000000000000dc16afad705007c01544c17ad572a6ef8d5d1ab95e0a07f0eb 83 0.03 vMB 313
146,189 146,189 000000000000056d24f801e11a93662a079a8d16fb2e9cf3adb43990cb8941f4 151 0.05 vMB 38
146,188 146,188 00000000000001009d51e3b9b7d30f08792cda01aec5747bc68edf447f41207c 63 0.03 vMB 61
146,187 146,187 00000000000002b082ab65265b72d7711d7796f37f7b8db4eba7ff1adccb7e92 158 0.09 vMB 463
146,186 146,186 000000000000023b3bf0764047ea67161ad9630a018015f2abe017a1e04572a1 25 0.01 vMB 161
146,185 146,185 0000000000000809719a2f00e413258bad1c0f7517623d5edd7853286b1cf70e 91 0.03 vMB 164
Previous 10 blocks ↓
Total Size: 779.56 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: 266.59 GB
    • Received: 1.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.