Loading Tool

Explorer IconExplorer

Memory Pool

79,284 transactions
29.32 vMB
0.07275662 BTC
Random Selection Loading Transactions
Max Size: 175.96/200 MB

Candidate Block

Mining Attempt c1069f23e1a26d9f578a9aac80d01e40f38d84e97176df0b4c7f8bdff98a2bc4
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root a03c58882e72a1106704cfcc96306112dfa9cdb3da055fa096e44345c92fdabd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,405
Size: 1.00 vMB
Total Fees: 0.01316751 BTC
Feerates: 170.94 > 1.32 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (205,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
709,586 709,586 00000000000000000004cca6525ff9bcb8ddbbfb6ecc74873a4a70e86c5dad76 1,534 0.91/1.00 vMB 5
709,585 709,585 000000000000000000053501d3fa7d3a56a68f6b2b2d01d7ed288678439552d9 1,985 1.00/1.00 vMB 10
709,584 709,584 000000000000000000086d54bd8a227bcd7aa9e8c286896933352f1c62338eb9 2,802 1.00/1.00 vMB 10
709,583 709,583 0000000000000000000ad718de59ccd2178acda0c6e54a439c6af2c4987bc89d 2,224 0.90/1.00 vMB 8
709,582 709,582 000000000000000000034ff0c79569f3a1c3723726ff5a6e644eb1b6e99c2c70 2,981 1.00/1.00 vMB 11
709,581 709,581 00000000000000000007313cd0328822d5993150ff8fef3cf36b37cd2696a86e 1,697 0.80/1.00 vMB 7
709,580 709,580 0000000000000000000cc21333b532eb35d27f84c8e85fdfd4a3b741b0193da1 1,951 0.96/1.00 vMB 7
709,579 709,579 00000000000000000009a1f8cd3f973252e304a3c6f839cca26b0b8cb1fe6462 1,659 0.66/1.00 vMB 8
709,578 709,578 00000000000000000005374e8eccd835dd42b42780c1c4cc6c3aae3441674376 644 0.21/1.00 vMB 12
709,577 709,577 0000000000000000000828771e90a44f8e0084a715af37d4d9ffd7d155e79a17 224 0.08/1.00 vMB 13
709,576 709,576 000000000000000000014c11024ad10a65cb08fa65826341ef0ff556ca09b9cb 2,265 0.71/1.00 vMB 3
709,575 709,575 000000000000000000028a6798b3d7a61aa406e1dadf1d17d6b6e725b8854574 1,295 1.00/1.00 vMB 4
709,574 709,574 00000000000000000007c1b039103742158b72780ba15cfc21c9fece4b2df817 2,096 1.00/1.00 vMB 11
709,573 709,573 00000000000000000003912bfa834dc2b671cdd8e8eafad72a7f1894ed6066ed 2,435 1.00/1.00 vMB 6
709,572 709,572 0000000000000000000ae84221f7116274088a689f15d20bec5ef30f02f1bb7b 2,726 1.00/1.00 vMB 19
709,571 709,571 0000000000000000000ac1debc6435f96cd670db74ff078554f33873550e570b 301 0.08/1.00 vMB 15
709,570 709,570 00000000000000000005a9369fc8b2a9a768b8c0d83b92877f951bd349879360 1,119 0.34/1.00 vMB 9
709,569 709,569 000000000000000000077c9cfaf2e4d29dc7c7cbc98db489415f76e83f7fd2c8 2,504 0.83/1.00 vMB 7
709,568 709,568 00000000000000000008354f58b6dd7e5ce81696aa5302ff5fe6c367e3ca54ca 2,626 1.00/1.00 vMB 12
709,567 709,567 0000000000000000000accad4bd0447b3bf3d661e243db355f20b0add451ba82 2,431 0.88/1.00 vMB 9
709,566 709,566 000000000000000000027020621ad1addb0f60496a116fc6e532e5ae00e289e8 985 0.36/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.