Loading Tool

Explorer IconExplorer

Memory Pool

81,339 transactions
29.98 vMB
0.08158631 BTC
Random Selection Loading Transactions
Max Size: 184.16/200 MB

Candidate Block

Mining Attempt 6621a1803e516921c7bcb008ed98b90c58137df8fe092f5128d7ff0c60ada7df
Version 20000000
Previous Block 00000000000000000001b9e1fc0c07b333cc15370429acb6a77281d8bcbc9d2b
Merkle Root ff4837568eafd64ed9a0092c8a7a6451e186b74435d26bfb2271d68938ba8bcc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,280
Size: 1.00 vMB
Total Fees: 0.01506198 BTC
Feerates: 82.43 > 1.51 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,324 (450,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,704 464,704 0000000000000000005b778134c8d3c630fbb731935a1e90612703a761bac8ed 1,922 1.00/1.00 vMB 220
464,703 464,703 000000000000000000e30ded1baffeb9f3ec5248c503daeb9f17d81b5161967a 2,102 1.00/1.00 vMB 238
464,702 464,702 000000000000000000545f74fd02943081cc84fcacb149b2f6c88ec14c93a8ab 3,068 1.00/1.00 vMB 227
464,701 464,701 000000000000000001f18e2d02ffff54a7b0cd14f705bc424ef77810e85558ae 3,098 1.00/1.00 vMB 269
464,700 464,700 00000000000000000139ab43f61204914eff7726ad196a785b90ed60195cde57 2,997 1.00/1.00 vMB 370
464,699 464,699 000000000000000001903b28126d98b0e54c034d0fbf9a2fe54bb3f3f5ca8220 3,043 1.00/1.00 vMB 288
464,698 464,698 000000000000000000f506d183d7de6bce3cac21c0c564af365753a3064b6772 2,270 1.00/1.00 vMB 151
464,697 464,697 000000000000000000871819709cdc8b3534ba7f70e15bc16a564ac6aadaf9b7 2,793 1.00/1.00 vMB 195
464,696 464,696 0000000000000000010da096334cbc4740fbb92b784e89acb7e43bf98716ac33 2,135 0.99/1.00 vMB 141
464,695 464,695 000000000000000001675ba2e18ea1d69e62412a463d63bec363533546c15185 2,563 1.00/1.00 vMB 187
464,694 464,694 00000000000000000163176b241aa3636132062b02a6ba14b938993e7884a47f 2,430 1.00/1.00 vMB 198
464,693 464,693 000000000000000000ad8cd6b3cd6b8d6646c98cc6a7f57fcd7f9fd133bc5b9c 2,194 1.00/1.00 vMB 193
464,692 464,692 0000000000000000018bbccccfdc2e5f1fa1c353a1076648b47406dc5a1db60a 2,688 0.75/1.00 vMB 324
464,691 464,691 00000000000000000039a660c51e99cb6399ce40d7a9fcb8339c7e3bf7fd4808 2,263 0.99/1.00 vMB 192
464,690 464,690 000000000000000000fc3fc82e345d218be0c299064b72a0e7c08a1b5c5064cc 2,200 1.00/1.00 vMB 175
464,689 464,689 0000000000000000014573d90ad8666a0a9ace3c7d2cbac8250fab4702f7b469 1,755 1.00/1.00 vMB 442
464,688 464,688 000000000000000001c4446e58d705a5cb43843ef763fe1b8ad01af483376dc4 2,294 1.00/1.00 vMB 165
464,687 464,687 000000000000000001fd460c3ff4a9f20d041273e618f723a5c1981c4de3a4c4 2,380 1.00/1.00 vMB 191
464,686 464,686 0000000000000000014e21662a76a923f8b967b6f0c8b69d52dd92bc3786c0ab 2,729 1.00/1.00 vMB 222
464,685 464,685 0000000000000000016e0e093c3f7f6113f0ddf2525fd2a857cf260a0275f2de 2,669 1.00/1.00 vMB 205
464,684 464,684 000000000000000000df0cb4c34e9758512cfebee33ac1f987b005038685f665 2,827 1.00/1.00 vMB 231
Previous 10 blocks ↓
Total Size: 782.95 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: 715.24 GB
    • Received: 17.68 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.