Loading Tool

Explorer IconExplorer

Memory Pool

87,930 transactions
32.66 vMB
0.16229618 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt beccacdcec63666e125baff3c95c5d6d3e78eeece36148eee1c0fd17977f25d7
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root 2a28a19d947cd8a7738f3aa7668334e59ce84683524c5cfee7913dedb337d917
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,642
Size: 1.00 vMB
Total Fees: 0.07284849 BTC
Feerates: 502.65 > 7.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (167,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
747,534 747,534 00000000000000000000b807070fecc8e43f171abf96f7010e8908521ad230a4 2,240 1.00/1.00 vMB 8
747,533 747,533 00000000000000000009ee8565ac0281d3e97cc4d1993c15baa695ab9e51f9e5 2,589 1.00/1.00 vMB 14
747,532 747,532 000000000000000000018185f50fbc065f06156792ab4f91f25749706fe297af 3,201 1.00/1.00 vMB 19
747,531 747,531 00000000000000000006d2dbf0c4960ca30cc53af43323288265607fe90a91dc 2,787 1.00/1.00 vMB 15
747,530 747,530 000000000000000000000774ab0c38b66a0420825ae683a61cd711b6ecdbbd3c 2,378 1.00/1.00 vMB 13
747,529 747,529 0000000000000000000064cd00306f5a5e5aa75f79b5b4b4404ee0fe2e3ef7b3 2,788 1.00/1.00 vMB 17
747,528 747,528 00000000000000000005d3953b143b940b897948aec9ff3355e97e3a7a74b70b 1,026 1.00/1.00 vMB 2
747,527 747,527 00000000000000000000b1312e5a4b053e0c1f8187ddd14b7d8f144fd39fb713 1,376 1.00/1.00 vMB 5
747,526 747,526 00000000000000000006fb51f0b99f587b20127b9448626b09bf2be281b0ece1 2,235 1.00/1.00 vMB 8
747,525 747,525 00000000000000000009ed0c9dbc4ad12400cab60e95e5bd6ed92f14fb2caa24 2,650 1.00/1.00 vMB 22
747,524 747,524 00000000000000000006839af5fbf2c9bcc1c68bdca6da269099dbf8b775b6b3 1,465 1.00/1.00 vMB 11
747,523 747,523 000000000000000000009b7ed17d44967664dd34bd9a73499d99cff642a6bb53 2,419 1.00/1.00 vMB 11
747,522 747,522 0000000000000000000639a684cbaf3f94ae0aecdd1005b7f57536fb5964671f 2,491 1.00/1.00 vMB 34
747,521 747,521 00000000000000000009a905a0d6c08bca966e253ecc160d4995a241514dcda6 3,310 1.00/1.00 vMB 19
747,520 747,520 000000000000000000063bf9f8e9a018418f197a43c2dd0401215f6d1bbcec83 1,925 1.00/1.00 vMB 3
747,519 747,519 000000000000000000058519be3043baa7d1268cade1022952e109440ad0a9d4 2,649 1.00/1.00 vMB 7
747,518 747,518 00000000000000000001db2e0eb5d3f9f23671b7f4ae1c1e1ad2dbd107c356de 3,414 1.00/1.00 vMB 22
747,517 747,517 00000000000000000005786b597d8c8ae3351322fb801bf78a7f0c96824fd1a6 1,418 1.00/1.00 vMB 9
747,516 747,516 00000000000000000007eaab3fcba5ee85a561abaa481ff228c91aa65491ebbf 3,168 1.00/1.00 vMB 20
747,515 747,515 00000000000000000008ed65568560eced77a2490bbc51f0ede0d610c7085f30 1,959 1.00/1.00 vMB 14
747,514 747,514 00000000000000000006a161421b97736d59b38cf1d9d4eb54c291d4c111618a 2,697 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.76 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: 709.16 GB
    • Received: 16.85 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.