Loading Tool

Explorer IconExplorer

Memory Pool

46,544 transactions
26.97 vMB
0.06376136 BTC
Random Selection Loading Transactions
Max Size: 143.26/200 MB

Candidate Block

Mining Attempt 97dae0f6c7a5f28281b7f09b45f93a6ee054b733bc5958f7529c1a6bcb4c11dc
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 87ebe15265f923695771b515c07554935c6cdae4890a34d53366bda8dafc4c92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,209
Size: 1.00 vMB
Total Fees: 0.01395160 BTC
Feerates: 100.17 > 1.40 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (799,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,556 115,556 00000000000070ecad847c5839f29582942edc89e4e36ca712b66c11ae128d6b 5 0.00/1.00 vMB 0
115,555 115,555 0000000000007669608d2f518de2d9f314d98a083a918026bea49e14bfb36232 14 0.00/1.00 vMB 1,047
115,554 115,554 0000000000008fcc2bb958c5090751bea7ba5bfcb1256f60a92e4446f33a44e6 10 0.00/1.00 vMB 0
115,553 115,553 000000000000335f2661d15f54d4b6097585b48ce0e7f1f333d1748589989a59 18 0.01/1.00 vMB 547
115,552 115,552 0000000000002317730e563afff4ec6cd3cd0f3532bf4b3e3c73b2790b581955 9 0.00/1.00 vMB 855
115,551 115,551 00000000000010cff36b3febced3beaa0a74c46b9750c9209c758e0142ba82a4 7 0.00/1.00 vMB 0
115,550 115,550 00000000000050940d1e27ede97d4dc8c40709f9e2450f06de073bb582a58136 36 0.01/1.00 vMB 749
115,549 115,549 0000000000009b93328519f4bc391a6ef266b75e17de083c9d784b4ac6cb2263 13 0.00/1.00 vMB 1,051
115,548 115,548 000000000000a645dd179447bfd93022f6670423db61f16e36e3d6701a365c17 6 0.00/1.00 vMB 662
115,547 115,547 0000000000005d5d62f726807fdcd5ed5f6628b297e686b422b4be0cb9c298f8 139 0.04/1.00 vMB 208
115,546 115,546 0000000000007befd3e8d844d9fb8628122b96b25dc6dcaa5c2c9c3556c79586 12 0.00/1.00 vMB 0
115,545 115,545 00000000000052a65e1f068d5236edeee40959c2094ea3fac9be3eef8ee3fb1e 12 0.00/1.00 vMB 0
115,544 115,544 0000000000000f061a4694aa2a4ae2be4330a277aec891924c0b1674c36be2e5 11 0.00/1.00 vMB 0
115,543 115,543 000000000000a042f8bd8ea4819014b6335aa4cd531ddf56b52655afa156f7ec 7 0.00/1.00 vMB 0
115,542 115,542 0000000000006ebe8f7b0f6988614df3b5db04a40d0de2a436216db92f2d5874 349 0.10/1.00 vMB 60
115,541 115,541 000000000000cd06ae87b3ced01adbf1288288c21a5454609ce201dac92ff3ca 11 0.00/1.00 vMB 712
115,540 115,540 000000000000823192f5ceeadad8774c8a849ca530374b9ce2ac65289a2f4373 9 0.00/1.00 vMB 0
115,539 115,539 00000000000016aefc50f063bb3b37c12ecd7f332a1681175edcddc40a3775b0 5 0.00/1.00 vMB 773
115,538 115,538 000000000000f146cebb9b3b952093e5970efa306dfcf0939b8d12af9a1064de 12 0.00/1.00 vMB 0
115,537 115,537 000000000000d7877a77ef419a8571fd8ef78464bec2be038a92c5dc332c2c84 26 0.01/1.00 vMB 890
115,536 115,536 00000000000062966dd787cbbff76abde6d8b27a81a8e601c157bfad7be4ba87 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.