Loading Tool

Explorer IconExplorer

Memory Pool

45,225 transactions
27.46 vMB
0.10999853 BTC
Random Selection Loading Transactions
Max Size: 144.05/200 MB

Candidate Block

Mining Attempt 35dfaf9035b76c8f49ef4873534889633eb4a10031f2fb12b7b9deecf6fbb97e
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 04495bf0fae639da1488405e4ae004a9a966f3e33ee5bf02028eb313ff7a5841
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,590
Size: 1.00 vMB
Total Fees: 0.05175735 BTC
Feerates: 151.16 > 5.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (338,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,968 575,968 0000000000000000000b99d963e53955a49c6e155d96caadf49bd064d1638f7f 2,684 1.00/1.00 vMB 43
575,967 575,967 00000000000000000021b681281ae8f9fb103e9c3569c44b8c5f905bc6794bb2 2,680 1.00/1.00 vMB 63
575,966 575,966 00000000000000000005b3e16c074546ff271ae3545a1e3c17ab38b555d921cc 2,358 1.00/1.00 vMB 120
575,965 575,965 000000000000000000248e35ded061629f3141798f9d6c67fee5be6eb76d9648 2,322 1.00/1.00 vMB 92
575,964 575,964 000000000000000000225a9f86bc266337e2202d2216d337ca48868e23deefaa 2,446 1.00/1.00 vMB 61
575,963 575,963 0000000000000000000a8f5aeb43bb24432bdba3f9dbb213508c7292c80ebebd 2,183 1.00/1.00 vMB 82
575,962 575,962 000000000000000000114cf14bf11d75bcc55f8bf120457da33aec6e99ba9973 2,756 1.00/1.00 vMB 90
575,961 575,961 00000000000000000009d9773f6a76815f8d25c91f646b3257748a29a1b882ab 2,946 1.00/1.00 vMB 105
575,960 575,960 00000000000000000025a43a11f54d29fa3e38ec52afbbd1e562e88c4f53bb1a 2,952 1.00/1.00 vMB 141
575,959 575,959 0000000000000000001fc20afd5dd3bd36a084f30a60d4b6db663d33c95a2d3b 1,714 1.00/1.00 vMB 25
575,958 575,958 0000000000000000002285240b933a1481528e47bc009ab50059246b3aec078f 1,873 1.00/1.00 vMB 31
575,957 575,957 00000000000000000003b1f7563f536d219d729116e39918de103277c9ed2c91 2,188 1.00/1.00 vMB 29
575,956 575,956 0000000000000000000d23d68cf70cd89b48c251186de10f344afe04e76b33e5 2,235 1.00/1.00 vMB 80
575,955 575,955 0000000000000000001e43f03c821f0d95d0ea8a2f09bf9e1a53deba0e34eb18 812 1.00/1.00 vMB 4
575,954 575,954 00000000000000000015eec2443635e3f492da10bbff51c0906f605c16ca734c 1,327 1.00/1.00 vMB 14
575,953 575,953 0000000000000000000ddc22bed2e4fcaed9eeadf83b64c8eb0153bf1a44ef3b 1,730 1.00/1.00 vMB 19
575,952 575,952 0000000000000000001cc7eb7a870af98a55f593ce0e16360d44094f056a372f 1,432 1.00/1.00 vMB 13
575,951 575,951 00000000000000000004d1fe3d5d3d0268bbf44725cca003551128c9f69e1a76 2,826 1.00/1.00 vMB 92
575,950 575,950 00000000000000000009f5b281217cabdba84f1db7d965448efa43d4216c6922 2,448 1.00/1.00 vMB 61
575,949 575,949 000000000000000000149e0bf3da4a57de19d60a9c3ffcf58042b1b37b601150 1,774 1.00/1.00 vMB 38
575,948 575,948 0000000000000000000206c77f8d92101f6ae3a466cd58997d354fd12b5c8668 1,871 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.16 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 653.27 GB
    • Received: 13.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.