Loading Tool

Explorer IconExplorer

Memory Pool

85,385 transactions
31.95 vMB
0.19909684 BTC
Random Selection Loading Transactions
Max Size: 189.89/200 MB

Candidate Block

Mining Attempt 4c7505b52e206e28c1216cc4f5f533c4703cc62ff5df5eb27c830493b413cb6f
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root ae7eb1b133fff2dd28fbe05388e31df174282d3f4a263000af7f2b61a6e86ca3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,864
Size: 1.00 vMB
Total Fees: 0.07710325 BTC
Feerates: 301.64 > 7.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (349,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,050 566,050 00000000000000000009347b87f06ec1d054b803ff7d5d3c5bc8d6f10930b65b 1,651 1.00/1.00 vMB 56
566,049 566,049 0000000000000000000b13773c53f164a58efa5c48a95fa0718e4aa7c1102b7e 1,570 0.99/1.00 vMB 99
566,048 566,048 00000000000000000029059440d08baa9f2dbce19295599f8b51f9bcd08b686a 1,891 1.00/1.00 vMB 28
566,047 566,047 0000000000000000002435eceff38d2367f43ff156c7809e317820cb6b8740f9 2,707 1.00/1.00 vMB 38
566,046 566,046 000000000000000000026971c4bcb926b2c7342f57405b89d20d271f1680628c 2,762 1.00/1.00 vMB 44
566,045 566,045 00000000000000000002258e3a4dcaf68140531833d80e84b6679a578c02604a 2,350 1.00/1.00 vMB 32
566,044 566,044 0000000000000000000bbf6bebbfa0c7a28974d3907cc450051d9803b26141e4 3,006 1.00/1.00 vMB 32
566,043 566,043 00000000000000000004c2163d9054b4fc1a761519de45bbeae3187ef87d34ec 2,413 1.00/1.00 vMB 44
566,042 566,042 00000000000000000007d1cdc0553eb4f80327e0321bd62a4adea991da81721b 2,759 1.00/1.00 vMB 52
566,041 566,041 0000000000000000002b5976abc3294d125a8e18c27207c9e3fe14e1d80ed574 2,819 1.00/1.00 vMB 28
566,040 566,040 0000000000000000000f8d0574f47034b4f84b24b7b38a2fe279df38ab2055e0 2,423 1.00/1.00 vMB 53
566,039 566,039 0000000000000000000af9265bf0e899169025cb787f73d6116fc9867a3745a0 674 0.26/1.00 vMB 30
566,038 566,038 000000000000000000008afa8f19d785132152502bb8ee78a5ce147fbe40b81a 770 0.53/1.00 vMB 21
566,037 566,037 0000000000000000002b6457d2c74c046e517659f6b2b7cf5ff6b7da2d50c759 1,598 1.00/1.00 vMB 22
566,036 566,036 0000000000000000000ef643f52107bf3b10b3898e4e9c0588d043f876e0560c 927 0.48/1.00 vMB 19
566,035 566,035 0000000000000000000b0588b3c82f117240b03fc6de42607eb4ecdad78e05d3 2,649 1.00/1.00 vMB 29
566,034 566,034 00000000000000000014d71cb1b832c7fe9ecd4c9c96d57b261027f69e3d474a 1,001 0.47/1.00 vMB 22
566,033 566,033 00000000000000000029eb594d2b60dab4a7e21b7b5b2f4c1db07a03fffdb81f 1,747 1.00/1.00 vMB 19
566,032 566,032 00000000000000000012f2a323c12d8d2388630a0bdf6fb1baa7514c8d2792fa 2,290 1.00/1.00 vMB 36
566,031 566,031 00000000000000000015236dfa4677cb0726444e47e2dfc2648b9881f7cc40e8 980 0.67/1.00 vMB 5
566,030 566,030 000000000000000000212cf654713a8083565748ba1d37eecbd3e072fd539644 1,830 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.65 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: 672.64 GB
    • Received: 16.29 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.