Loading Tool

Explorer IconExplorer

Memory Pool

79,156 transactions
29.67 vMB
0.07696911 BTC
Random Selection Loading Transactions
Max Size: 178.28/200 MB

Candidate Block

Mining Attempt b34ca3efe9c898ad818851302a27e5e97bb4c431c33ae1749dfa9fca4795f6e7
Version 20000000
Previous Block 0000000000000000000042351fb70a743d564c70f7e19ef05059974bef8792fe
Merkle Root 91e97ecc6af4efce718d34d3a589ef1764609e738099054043e85fcc73f37a77
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,958
Size: 1.00 vMB
Total Fees: 0.01665035 BTC
Feerates: 101.61 > 1.67 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,009 (408,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,860 506,860 00000000000000000029d1658cb098eaeb7ab42d93f59d72c4af08a9eb9df755 2,232 1.00/1.00 vMB 167
506,859 506,859 00000000000000000009d2b12d2bc20f1906b9558b23b8f6fa315217698666e5 2,328 1.00/1.00 vMB 167
506,858 506,858 00000000000000000054407036f2fa6396e68c92861b7ad1cf9ae99604f9ae9f 2,068 1.00/1.00 vMB 190
506,857 506,857 0000000000000000002bcf47ba9bb83046e964a8b8381d47deb744a8efa3880a 2,421 1.00/1.00 vMB 192
506,856 506,856 0000000000000000004a2df6379e8bc0e8ad3a03127a01c368addee0d8d2873a 1,961 1.00/1.00 vMB 242
506,855 506,855 0000000000000000000c68937c2985216886eec8ea062499ecaeb626df9d9a53 2,331 1.00/1.00 vMB 154
506,854 506,854 00000000000000000042ecd2c05b5b93463f35849879ee5b71fbf8a6122c7785 3,126 1.00/1.00 vMB 211
506,853 506,853 0000000000000000002270097267582645ba363c54e11a3aa8b62f7dfdc621b6 2,822 1.00/1.00 vMB 227
506,852 506,852 0000000000000000002ed602b82dbdd59e76851de49e53e15101c52bf775bfcf 2,432 1.00/1.00 vMB 226
506,851 506,851 00000000000000000050bd2361396c72866f793b73bbe60cab7b94d8f14a16b7 2,408 1.00/1.00 vMB 186
506,850 506,850 0000000000000000004b85298daecfe13aec915e2ca39ebec78acab2c9cc529b 914 1.00/1.00 vMB 199
506,849 506,849 000000000000000000049456248bac47fbb62590c125e2631f590b8844339b74 1,589 1.00/1.00 vMB 223
506,848 506,848 000000000000000000305a8b171f53d992f99c87d97c859105b68cd37faabc29 2,547 1.00/1.00 vMB 269
506,847 506,847 00000000000000000033fce05ad2a84f9950bd3c15deec72f316a7eb05d17a27 1,635 1.00/1.00 vMB 106
506,846 506,846 00000000000000000052e08d2b0a2aa056e9dff003ccf7cddb41f7b8c5ee3e5e 610 1.00/1.00 vMB 18
506,845 506,845 0000000000000000001c39b9f78409a6860b1c4db945b22727649892a5bdf7d2 2,136 1.00/1.00 vMB 148
506,844 506,844 00000000000000000066fad313137a19e3304cc8461918f90ab0188b156e6a8b 716 1.00/1.00 vMB 48
506,843 506,843 00000000000000000069bc0607e24892f54e9eaf121f3697cfe90ff5fe16c027 747 1.00/1.00 vMB 50
506,842 506,842 0000000000000000000dbed1f9c876f20b686eaae44925bd4849b43af2b2646d 710 1.00/1.00 vMB 9
506,841 506,841 000000000000000000104c04d2d2097b5bceaf9b2259e5cd6d8ea6b432078283 2,206 1.00/1.00 vMB 164
506,840 506,840 0000000000000000005e767a97c1a91e6b203156616c28843ca256d3b8d6a0ef 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.41 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: 665.07 GB
    • Received: 15.08 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.