Loading Tool

Explorer IconExplorer

Memory Pool

26,956 transactions
6.25 vMB
0.05208749 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.73/200 MB

Candidate Block

Mining Attempt ac115bf5984b832e4218999da7e27a36693be9743db0be5403c4ab32b8919e42
Version 20000000
Previous Block 00000000000000000000fd5d8e3f70af47f3ff76f53e85c6ea5c28cab3519695
Merkle Root 588f33677c95d5f1ce83ecebc1c3d6dca405808c383296982a82ad3ddd692f85
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,781
Size: 1.00 vMB
Total Fees: 0.03644246 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,202 (761,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,315 151,315 0000000000000c053a0f6f972d3db971401cc26dc1102e6dd6a2610f3d900c8a 0.01 MB 43 313
151,314 151,314 0000000000000b0b402d5f4d26c08c709dba7d936aba48662c3019478e30ae6b 0.03 MB 97 44
151,313 151,313 00000000000001d1ad17bd4f0265ce5c30f5c3bff1044a30aa157ba6086434c5 0.03 MB 58 82
151,312 151,312 00000000000003e5cd75c972ccde2981c277351a6af15d74a69649db6d97513a 0.00 MB 8 780
151,311 151,311 0000000000000bf43667a15f8185432a68306d46c0b5d2384243f97f14d3a911 0.03 MB 68 123
151,310 151,310 0000000000000555dd00aaccf71ab9c67bc96865ecdd03c692eb87277ef8f8c1 0.05 MB 144 167
151,309 151,309 00000000000001bfe8fcf86ba66fd6c964b19f988807ddb37fab114744d93597 0.05 MB 108 201
151,308 151,308 000000000000039d9dc237bcb78cf7c230cc0dd9329bdbd90e76bc47f2edfb2e 0.03 MB 60 106
151,307 151,307 00000000000007598c054506b0b2b7f2831df3821bd86dca134d94a2350a0a2a 0.05 MB 128 146
151,306 151,306 0000000000000dbbc32e69df73ef2b99034ed5324913b3ad5fe13a7240e0d0df 0.02 MB 57 137
151,305 151,305 0000000000000ca81c47551195ba223fc24e3814e1428998d62509f113f41de4 0.00 MB 3 193
151,304 151,304 00000000000007de5f7473555b8e25ddfb2bc2f5e2e25860ba1f93e2834584d8 0.00 MB 5 72
151,303 151,303 0000000000000dd85913f1c0599ad890e14a648afe61dcad0962735318a06465 0.00 MB 6 136
151,302 151,302 0000000000000bb7a38c0fd6ecefe073516a9eb07afd04b2ea46eac01e10694a 0.00 MB 4 26
151,301 151,301 000000000000064f01a001b48a36257916e60b265ae3cff31b641bcbcc300be3 0.02 MB 43 580
151,300 151,300 0000000000000c3cc72c5c70d2ea33ad6b168887ce45c7c22eeecad1194bf165 0.05 MB 62 93
151,299 151,299 00000000000008955a1a6523ad5fa9da2cfcfa8dd1b39c469b3e40eabe5aa8d6 0.03 MB 57 61
151,298 151,298 0000000000000405bf4ce390a832281efd29bca1790f9ddb903d39a37ca22678 0.02 MB 39 99
151,297 151,297 0000000000000db8b7b6b1afdaa9b24a75c8c4eefa1a08e2dca12f365f6e056f 0.00 MB 15 92
151,296 151,296 0000000000000d578a0f0ff92c87e8dc9cb0c67d33891d01786b034dc04b71ca 0.04 MB 123 70
151,295 151,295 00000000000006aef6c6ab9c87fc254e2d48d35326361ce453e089e5e4ba081d 0.02 MB 54 1,558
Previous 10 blocks ↓
Total Size: 779.21 GB

Node Details:

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