Loading Tool

Explorer IconExplorer

Memory Pool

84,903 transactions
31.82 vMB
0.18853916 BTC
Random Selection Loading Transactions
Max Size: 189.08/200 MB

Candidate Block

Mining Attempt 308bbc78b641331bea79aa8865f7b169004199e4dde517e4ea30aa183ab74581
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root abedc90f1b1c7d748d2ea3115e067c66193730becd2830c14168cc9ef55ed62f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,879
Size: 1.00 vMB
Total Fees: 0.07141466 BTC
Feerates: 269.69 > 7.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (323,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,584 591,584 0000000000000000000e5f8005c637559b45770d3484e3d9ec3edcfbe6623d94 2,183 0.67/1.00 vMB 22
591,583 591,583 00000000000000000019d6d9339b55ef44a93763e6a223162026a16d25edfb9f 2,957 0.90/1.00 vMB 19
591,582 591,582 00000000000000000016d6058404d436cf0a077272db2329f967f3915d15268d 637 0.20/1.00 vMB 18
591,581 591,581 00000000000000000004643cb4da5ee6a9cf643b369550db2af7c5614a50a7d4 1,183 0.40/1.00 vMB 8
591,580 591,580 0000000000000000000f098bf377c5fbaa05c8fddf5343121e9014d8f6678003 2,066 1.00/1.00 vMB 35
591,579 591,579 00000000000000000004fd17b65cb94f9b013ae58d41855e1959f73b02e4f6f9 1,752 1.00/1.00 vMB 57
591,578 591,578 00000000000000000018810d9e17cb2953d06f0059fdac8be451fb4e8f8241f9 2,703 1.00/1.00 vMB 23
591,577 591,577 0000000000000000000fd38ddeb8a5f3acc71f611d72c7d6976977648c213efa 1 0.00/1.00 vMB 0
591,576 591,576 00000000000000000016827b573448ddd18da421aec2cf8cd261f4a622c712b0 2,920 1.00/1.00 vMB 20
591,575 591,575 0000000000000000000130d451a3f08ca81e2a9b326e77a3a3ad564d0a6980c6 1,436 1.00/1.00 vMB 11
591,574 591,574 000000000000000000130b1021ec0ea90ad2587c0a0bcd6f4987936a15f050af 2,412 1.00/1.00 vMB 9
591,573 591,573 0000000000000000000e7aea9a2a0b224b3c99f98ee8f9612e8631697c132bc7 1,899 1.00/1.00 vMB 21
591,572 591,572 0000000000000000000f5e76cda442fe5530837748808fac54b7186e422f0a2d 1,157 1.00/1.00 vMB 15
591,571 591,571 0000000000000000001248d7239d7f2b4ea02e3e99763208e701edad69418d4d 1,588 1.00/1.00 vMB 21
591,570 591,570 0000000000000000001337a33b32262aa36e9d1b32e0ad8f1f8f05d72afcf630 1,185 1.00/1.00 vMB 15
591,569 591,569 000000000000000000022add6842e468f04e8a837fb3d17ad078873b2d580fe2 578 1.00/1.00 vMB 6
591,568 591,568 00000000000000000008e5213f67c3ba11ffd6fd3b987dbd1567a9a988dcea5a 1,927 1.00/1.00 vMB 13
591,567 591,567 000000000000000000177c64e938751aefdb2e4ffa5eebb5499552aaff258c7c 2,974 1.00/1.00 vMB 11
591,566 591,566 00000000000000000013528622ee91ce682bfe9350213c742c4390c7d54503b5 2,868 1.00/1.00 vMB 39
591,565 591,565 00000000000000000011c51e900e1c6e3fb9272155f46c630b7aec0905097af9 2,321 1.00/1.00 vMB 32
591,564 591,564 0000000000000000000a9f25513917ca0d46479e989c3fa5b27228e9e928cbd3 2,801 1.00/1.00 vMB 49
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.59 GB
    • Received: 16.28 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.