Loading Tool

Explorer IconExplorer

Memory Pool

27,398 transactions
7.63 vMB
0.09711937 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.43/200 MB

Candidate Block

Mining Attempt 20349654cf6eafb7b5659eb134c8c5c8074c1f706074b046f87456a26c3937c0
Version 20000000
Previous Block 0000000000000000000226c2f913423c8375f34c9c656ba26c2994c1e4afee37
Merkle Root d305cea524458fcae481dba9903a24e37f364785b5e00016e321eb734972741c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,186
Size: 1.00 vMB
Total Fees: 0.05997265 BTC
Median Feerate: 3.08 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,211 (761,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
151,294 151,294 00000000000004ad18659a420590256125bb2834be27bb4453c841e216e92a88 0.02 MB 64 178
151,293 151,293 00000000000007535d95fc56071e8aa9f32c41d9838dc19d000d4a7dcf0b3e86 0.00 MB 14 313
151,292 151,292 000000000000009044a5b7360db323f16dc0442a459adbf3df8b5153060ea036 0.01 MB 19 186
151,291 151,291 0000000000000080daf2153707f392927bc084e3bd2719594cdaeba78b5ff4c3 0.01 MB 40 231
151,290 151,290 0000000000000788e494cbbdcf0c60ff6608e58c417bddb95c97c1c4ab47e7b8 0.03 MB 54 114
151,289 151,289 0000000000000359525b9c3994111c524bfbebeda2b5f7f50c08a85dbe2bb284 0.03 MB 76 134
Previous 10 blocks ↓
Total Size: 779.22 GB

Node Details:

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