Loading Tool

Explorer IconExplorer

Memory Pool

81,570 transactions
29.87 vMB
0.14336064 BTC
Random Selection Loading Transactions
Max Size: 181.05/200 MB

Candidate Block

Mining Attempt ee23eb7ac37ff54d3aa27e9a18b827ce25996ce6b8576d8ff63656a3b9fa5098
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 822847d3b24dee75ec5937c9f776722a695a33e5fbda75e240fe1661a961b197
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,805
Size: 1.00 vMB
Total Fees: 0.07545393 BTC
Feerates: 101.65 > 7.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (586,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
328,701 328,701 000000000000000011bb61bc7e9778ad9dce9ce2b7105df0796bff78ce8b8518 1,307 0.65/1.00 vMB 28
328,700 328,700 00000000000000000ddf21446d44c3738b36d79eba3657b3f6337900961a9fcf 848 0.60/1.00 vMB 19
328,699 328,699 00000000000000000e7dfb1896714bab6fc56d62a2ca791b30145193a2f3f289 432 0.75/1.00 vMB 13
328,698 328,698 000000000000000017db01ec74b8f8a5b09ba62c43f2f46abf283fea934dda1f 1,942 0.75/1.00 vMB 37
328,697 328,697 000000000000000002cbb7ba31536f67c90e6bb562ec159fd871ee84275cbbab 1,355 1.00/1.00 vMB 19
328,696 328,696 0000000000000000195d46c023acc374f09bf4538d2ac58e1b1d2e2216f39646 2,300 0.75/1.00 vMB 45
328,695 328,695 0000000000000000064970d08f1a9372ad6a53e7f65e7311522e427ba2ddbe69 747 0.25/1.00 vMB 50
328,694 328,694 000000000000000008d62b2b82d31aad00c90039264efca192d524af417b6f60 452 0.42/1.00 vMB 21
328,693 328,693 0000000000000000173dfc90eee2ac6fbacab3efa1725aeac3afab5bb9fd30f0 1,383 0.75/1.00 vMB 29
328,692 328,692 000000000000000009d3cf4d5c0c15f72051d4b8400b62014d8fc7df889cc178 143 0.10/1.00 vMB 17
328,691 328,691 00000000000000000d84eb135ae3b9f0a59905d43c849d4f6a12152d5d7e8c82 891 0.49/1.00 vMB 29
328,690 328,690 00000000000000000be18cd950b4fce28c184fec3ff372aea2bdaceba7c6b165 375 0.24/1.00 vMB 24
328,689 328,689 0000000000000000124db05c0f0b450f561f2eae174204ac403d7e401165fd70 1,107 0.84/1.00 vMB 21
328,688 328,688 000000000000000013463f40de9cf9459f3d33565a7dbfa81c41a690b4456390 822 0.35/1.00 vMB 33
328,687 328,687 0000000000000000102782143fa5d74ef0578e2dc95d0c660bb2b3a203453aee 1,024 0.34/1.00 vMB 42
328,686 328,686 0000000000000000134444d79fc4a3c79df616e0b1d1d8213d24f419b92375af 239 0.11/1.00 vMB 19
328,685 328,685 000000000000000000db477e6278ae6b437d8bf3421ab0b57c8e3c3c5d70235e 1,188 0.66/1.00 vMB 25
328,684 328,684 0000000000000000089d7d0bc6f98f97e24baba215ec88743008802b99540e9c 651 0.37/1.00 vMB 27
328,683 328,683 00000000000000001b9dd169a5957c9701fb4401d86b8147add58689239c721a 1,282 0.63/1.00 vMB 31
328,682 328,682 0000000000000000132aafd342dc5a6e376e34e3967e14c3aaced9a57893c9aa 662 0.52/1.00 vMB 20
328,681 328,681 00000000000000000a10742f2b8d370e835674831a7da1cfa350e200d2a7ba57 1,654 0.75/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.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.