Loading Tool

Explorer IconExplorer

Memory Pool

45,888 transactions
28.48 vMB
0.07436385 BTC
Random Selection Loading Transactions
Max Size: 151.35/200 MB

Candidate Block

Mining Attempt 0a65807d62068a0022c372a74d952d6703712d40f8dc6f0b28319904d91b450e
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root c1a8dba3a926f2509695222e3623f3efd2d87cdc7e0833d9808bdd49ac9e2509
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,343
Size: 1.00 vMB
Total Fees: 0.02026917 BTC
Feerates: 100.23 > 2.03 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (460,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,428 454,428 00000000000000000063f8843d8ce2c37f394a78c418a3f9d9f394a0e1204832 2,876 1.00/1.00 vMB 215
454,427 454,427 00000000000000000241335771f77636454ba79919216c785e9bd27750090ffb 2,327 1.00/1.00 vMB 92
454,426 454,426 0000000000000000019664d964ef9bf7508d6cfee76d38b753a509f187d88bbf 2,188 1.00/1.00 vMB 144
454,425 454,425 0000000000000000013c27edc6c423784a8f0fd1cea864f683eb32bd5a7ce2ac 2,169 1.00/1.00 vMB 149
454,424 454,424 0000000000000000010256b00a4a08a7e2c4c480ee76828da34370cbd6dc2773 2,639 1.00/1.00 vMB 204
454,423 454,423 000000000000000001c3f213c3600d814a6c88f0120fa0810b4b080a5f41fed2 2,037 1.00/1.00 vMB 160
454,422 454,422 000000000000000000e6c389c178b9c84c46870d2d72a4a7e67df8e2b80777a8 2,422 1.00/1.00 vMB 150
454,421 454,421 00000000000000000050254177e095c239c0de5cbd78979c0bbc1dbc032635f5 1,829 1.00/1.00 vMB 120
454,420 454,420 00000000000000000226e009c68acd26939cfb0fa3887d5d3f580d2419b2c784 1,137 1.00/1.00 vMB 86
454,419 454,419 00000000000000000059739d43498896184ce095301a2a3ebd3d1844dfaefc9c 1,471 1.00/1.00 vMB 112
454,418 454,418 00000000000000000122ac4af5eb0fdcd02ee44f0e946f1ef3b30d3c376f699f 2,115 1.00/1.00 vMB 155
454,417 454,417 00000000000000000113d5bf2c033f75086bc0087cd33b6ad44d418eb0150222 3,307 1.00/1.00 vMB 55
454,416 454,416 00000000000000000275c84afd421c91ecda3af7ec1bb713c7d07b2c74b2c979 2,932 1.00/1.00 vMB 171
454,415 454,415 00000000000000000230e690644656efef46b1aac50dbd5ae9a5df8cf5ba30d2 2,093 1.00/1.00 vMB 122
454,414 454,414 00000000000000000276df864e599016596587544f13314490f97c1043441423 1,776 1.00/1.00 vMB 143
454,413 454,413 000000000000000002690a85e35c36ba6ef185161516f6593a4d1cab447dcecb 1,781 1.00/1.00 vMB 125
454,412 454,412 000000000000000001e523d7c3e6d99d4562c68cce327e0102787847b60c11a4 1,789 1.00/1.00 vMB 113
454,411 454,411 000000000000000001ff0e86654a57c1ccc842efba33560d44045c76a2c9205d 1 0.00/1.00 vMB 0
454,410 454,410 0000000000000000022323fd8647efa36345df0ec57113622ba8b581250a6926 1,822 1.00/1.00 vMB 79
454,409 454,409 000000000000000001edfa2020f4eeb28a876b9c6a254fcd6b59619a0f8a5e93 2,516 1.00/1.00 vMB 170
454,408 454,408 00000000000000000087888654df2df6ff5258e768e34f25d8a515d5da1c812b 2,349 1.00/1.00 vMB 170
Previous 10 blocks ↓
Total Size: 782.11 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: 651.98 GB
    • Received: 13.67 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.