Loading Tool

Explorer IconExplorer

Memory Pool

20,267 transactions
4.55 vMB
0.02434769 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 33.72/200 MB

Candidate Block

Mining Attempt 2443479c918f8b169da9e1cbc8e90b5132136749970eb85af94db3aa578b8b6f
Version 20000000
Previous Block 000000000000000000004c1a5b2dad9ad6b72a40d5035c740a1eaf021b193ef2
Merkle Root fac3a959ffbd1029f8d643df0357c60f45b376a91f4b138328316045c4822c9a
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,184
Size: 0.39 vMB
Total Fees: 0.01351574 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,985 (778,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
134,431 134,431 0000000000000bdb0feef5b2203225efab1e1a5bbb03e09c4e5196b1b91f33c3 0.04 MB 111 254
134,430 134,430 0000000000000b10b4898e2c408101423b8e49512a2ed3376d93a3ae949bcdad 0.05 MB 154 395
134,429 134,429 000000000000033aa85cc1a6f46ca258f4321804a84640a74f28df1b8a6727b7 0.01 MB 21 2,196
134,428 134,428 00000000000005f4fba363466120590f0ee2cdb751946d95a03a03bbd8c129b7 0.01 MB 33 411
134,427 134,427 00000000000000189ef244748913500ee9ff25e7dba04d52b7af1085eb4d37d1 0.02 MB 68 425
134,426 134,426 00000000000005094513a93a572cbc503ecbb6a348bfe8246005fac687e6e4c6 0.02 MB 49 768
134,425 134,425 00000000000009bf2aac0e2a17cd085f65a6bb2c5e516782367174620c417af2 0.04 MB 87 382
134,424 134,424 00000000000007bb1d89adaf54aa8177707fc3d173320be01f25383d31097dfb 0.02 MB 33 774
134,423 134,423 00000000000000f214b2a0096e70788f1935d164e88a87fd38dac71e274aee6c 0.00 MB 10 432
134,422 134,422 000000000000074045892e15861fb27ffec78e2a73aab5ec9adf879596665c49 0.01 MB 28 43
134,421 134,421 000000000000031ab2cc565ba1b1bff98b37912cb614bd7217404936f3190773 0.04 MB 112 257
134,420 134,420 00000000000004bcefcb89c843ec917c3c1b3406d24c8a5fb67163ee7e48d3f0 0.02 MB 35 293
134,419 134,419 00000000000007ee4a5cd8273ffb176b99d5005cd84f7ade76184d41e610de7a 0.00 MB 10 1,220
134,418 134,418 00000000000006553f4fff602fe33bb60cbb41c88be03d77772f4fa2236c269b 0.04 MB 126 215
134,417 134,417 00000000000007851a54df5a59b5907a678148421cfae76ec622b104784656e0 0.01 MB 35 661
134,416 134,416 00000000000005747fd3e7dfdb04496f81e52166e89514de630543efb2dac448 0.02 MB 47 471
134,415 134,415 000000000000011aca4107c1f0a405c18b10cf784de653446787abf12ef67901 0.01 MB 13 1,419
134,414 134,414 000000000000036a2937545fbdf01222aeb4364a1df65b37d126da8e14a25ece 0.02 MB 34 443
134,413 134,413 0000000000000292e856fb3c85122c7333d591f6b4d9057cd19f07072294ee69 0.03 MB 65 47
134,412 134,412 0000000000000404f923e8bfb1e711ae8621baac6e250100f56c5700394c3ba3 0.03 MB 77 738
134,411 134,411 0000000000000745e79275cb843f16140b1927279e86b0fff08550bb0e74a58b 0.00 MB 8 730
Previous 10 blocks ↓
Total Size: 778.81 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: 362.51 GB
    • Received: 3.27 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.