Loading Tool

Explorer IconExplorer

Memory Pool

80,437 transactions
30.18 vMB
0.07414361 BTC
Random Selection Loading Transactions
Max Size: 184.96/200 MB

Candidate Block

Mining Attempt 997c557a2e509f79c2cf7155f97d440b56b0ad6a76d4b022e12b8c28ba80fd22
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root 4e94ecc450f8d346aafb44febb88e845df4fc7f702bf10ef544d5902e5ecb603
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,665
Size: 1.00 vMB
Total Fees: 0.00688007 BTC
Feerates: 40.21 > 0.69 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (461,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,128 454,128 000000000000000000ae6c8d829f3ecc0e7dd4aceba568a7eb596f68aafebd69 1,929 0.99/1.00 vMB 131
454,127 454,127 0000000000000000017cf6276a890909982f507b7e8e646fa51223438762e210 2,422 0.93/1.00 vMB 116
454,126 454,126 00000000000000000186d7c821f27c09464c7997a19036d31d4b022c97ab12ca 2,138 1.00/1.00 vMB 109
454,125 454,125 000000000000000000572995c8938b7df198bba4fedb0b8504e442a39d3601e3 2,047 1.00/1.00 vMB 96
454,124 454,124 00000000000000000257351c48730e0b4db45cc058960b233bccf0cfb9bbf339 1,815 1.00/1.00 vMB 136
454,123 454,123 0000000000000000015ce530dc65869e2f1f3a2f4548a1673f564a80ff8299b6 2,023 1.00/1.00 vMB 158
454,122 454,122 00000000000000000153f24946d33ac8d5a1ea912f04148a28a483c4dc83e662 1,089 1.00/1.00 vMB 54
454,121 454,121 000000000000000000de068e372ff71fd9af03ee166c2b8daeb22af78c400afe 1,942 1.00/1.00 vMB 139
454,120 454,120 0000000000000000014018334494759c9b5e6c0553ded85a469c54cc6889b8e7 2,615 1.00/1.00 vMB 137
454,119 454,119 0000000000000000020dceec1a49b119909dcc8651be5db7edf622267878d9a2 917 0.37/1.00 vMB 148
454,118 454,118 0000000000000000020e3f83a772e71b414c3d76f6664022caec0f17df6247d4 2,401 1.00/1.00 vMB 212
454,117 454,117 0000000000000000005994be75df44df4bdf0e5299322edf76e30f5bbdec05d4 2,950 1.00/1.00 vMB 162
454,116 454,116 0000000000000000003b7c45567de4c1c3eb361b8466d162f1388b0bb82401b9 2,125 1.00/1.00 vMB 187
454,115 454,115 000000000000000001e18c1afd2358da6502724543eda891485707af6b947546 1,894 1.00/1.00 vMB 206
454,114 454,114 0000000000000000020fd12cce1144736f8f49fa85b8cf96ecdd570195f4b8bd 1,941 1.00/1.00 vMB 184
454,113 454,113 0000000000000000016e42152acd207519de23ac4f66ae3d2b2442f8e885573a 1,230 0.63/1.00 vMB 230
454,112 454,112 000000000000000002164d6005ef38ea869b995609b83648262b59978b35dae2 2,359 1.00/1.00 vMB 119
454,111 454,111 000000000000000001b29c4386d1b36c25c3408ad49cd85d2dd0163a0f800628 2,371 1.00/1.00 vMB 144
454,110 454,110 000000000000000001005d250ef9f43056ca34d17f10e556aaac7ac9324b78f5 2,608 1.00/1.00 vMB 158
454,109 454,109 000000000000000000da6ecaeb65eee83244715c3c3e90d1ac6afe770e3a6554 695 1.00/1.00 vMB 178
454,108 454,108 0000000000000000009ea93af4170cd712726ad8f4ddf715c4adeaf3374e3b58 1,778 1.00/1.00 vMB 199
Previous 10 blocks ↓
Total Size: 783.01 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: 718.89 GB
    • Received: 17.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.