Loading Tool

Explorer IconExplorer

Memory Pool

45,130 transactions
20.06 vMB
0.04279714 BTC
Random Selection Loading Transactions
Max Size: 114.70/200 MB

Candidate Block

Mining Attempt 438f283554265b95c2c1f05eb67426aaa7dd421a69ce3273dbb6eb6954e0bacd
Version 20000000
Previous Block 000000000000000000006ea3e72bd5e696ffc57bed7c8271f2ae54a7ad737158
Merkle Root 5b67f843a0236b81ba1119f15f046dae33c36f5f4e05779ba1632d2bf36edd50
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,829
Size: 1.00 vMB
Total Fees: 0.00345463 BTC
Feerates: 42.38 > 0.35 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,967 (782,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
131,446 131,446 00000000000009087b723b06b7e7c50bfd07f36bfe888aae73dfd5bd999ab0b9 36 0.01/1.00 vMB 553
131,445 131,445 000000000000068bf04c7f879318a2579a066153737fa4e091a49e749248ba09 22 0.01/1.00 vMB 1,239
131,444 131,444 000000000000106f03f8ba51b01290a7894f650facedfc4010cf8d7062a135b4 119 0.03/1.00 vMB 284
131,443 131,443 0000000000000e6c0cf3406a653223dd3c47eeb0f0cf5a42e4278264851dd7ef 26 0.01/1.00 vMB 1,350
131,442 131,442 000000000000045a174cbadbc2919f46b5ab7dbbf8a277c605255558d6058c94 107 0.03/1.00 vMB 43
131,441 131,441 00000000000008386dfc7b35a87d9873ad8c975388759734106e82b917f83d8e 12 0.00/1.00 vMB 1,276
131,440 131,440 000000000000088c3d7e0380bf0d372d963aa989b2beb2a59fe528ae9c4cb226 63 0.04/1.00 vMB 794
131,439 131,439 0000000000000bd2f681ecfda079af7440566f20203583d8a36e2c7724a2f752 190 0.05/1.00 vMB 16
131,438 131,438 0000000000001001ebf1c7f90c13f47a01e3436f30f62287807f9694b80b4d27 229 0.06/1.00 vMB 1,258
131,437 131,437 0000000000001194fd0605ead642332e7c37f4a4edffbc7fc09691b4f13f89b2 16 0.01/1.00 vMB 428
131,436 131,436 000000000000034052c58a188e4645487feb19de7cd3cfedc90c498553d4822f 8 0.00/1.00 vMB 1,455
131,435 131,435 0000000000000b5744a494297277ecaec2632f24b473bfade8ead513dfc76215 37 0.05/1.00 vMB 231
131,434 131,434 00000000000000fdd42eba1cebd651fd037c42bef52791367f8aeb4f81c571ee 110 0.05/1.00 vMB 640
131,433 131,433 000000000000057e700c63863a6e29d77b3e65a822b98ef333e4d260db85238d 54 0.02/1.00 vMB 1,263
131,432 131,432 0000000000000d756a7a70f928d12cec4d4ce23b98f07a3512cc047a4bb8b1a1 8 0.00/1.00 vMB 69
131,431 131,431 0000000000000cd9352a66d6a07d27686339d65038944dfb38ac99d877fe7873 28 0.01/1.00 vMB 1,265
131,430 131,430 00000000000004a060dd60ba1871c8fe37620f8858124472015712e1b1e7061e 43 0.02/1.00 vMB 1,285
131,429 131,429 00000000000006d6df44038e9143d9369df5607cb196b8924040b33f91ac747d 55 0.02/1.00 vMB 1,368
131,428 131,428 0000000000000977a29c4ab608eb4d54fec159e5bed4d1c410c85fafa8be22e6 19 0.01/1.00 vMB 1,024
131,427 131,427 0000000000000716ca6ad069893504943d0cd2bdae490fe74cc7ff422b63a08a 47 0.02/1.00 vMB 1,253
131,426 131,426 000000000000076dfc8fd348217e2533544023c4711634cfe7efe631688a1509 72 0.04/1.00 vMB 337
Previous 10 blocks ↓
Total Size: 780.55 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: 536.36 GB
    • Received: 5.99 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.