Loading Tool

Explorer IconExplorer

Memory Pool

39,780 transactions
31.53 vMB
0.11532134 BTC
Random Selection Loading Transactions
Max Size: 156.67/200 MB

Candidate Block

Mining Attempt c1ef0e2055904a746cc4878bf61c7f80595da3973f5c85601bf51f04b4264600
Version 20000000
Previous Block 00000000000000000000ee795ff54651a33f647300ad5c032d27420e322873c4
Merkle Root c6b8a449d487d9a6fca28b51c9648a608da1041b41f881da16ba765f4f2383a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,746
Size: 1.00 vMB
Total Fees: 0.05041844 BTC
Feerates: 301.60 > 5.05 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,370 (798,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,156 116,156 0000000000006157496732f664cb4d16e7e46be7fc0c26385db72412af02da12 2 0.00/1.00 vMB 0
116,155 116,155 00000000000074cd0fc7e8383420c7bba9cc1f678f185c5cefbae1d9727cc126 7 0.00/1.00 vMB 0
116,154 116,154 000000000000d3d9b956cee8df1647dd7c8312488c8dc7b7fe3841c3e4ebf47a 8 0.00/1.00 vMB 525
116,153 116,153 0000000000008f5606865b7a0484c704d07c3ad4edd1db6e5f58e1f790269a5b 2 0.00/1.00 vMB 0
116,152 116,152 000000000000a399f8da64542ecb1c113646874d95aafd26cb63ee7e3adb342c 11 0.00/1.00 vMB 352
116,151 116,151 000000000000467b52a8d51f01e05e525d8ee3a8207c3f677ce51702205ddfa8 17 0.01/1.00 vMB 377
116,150 116,150 000000000000ca41a130a7824e7db46d708c494956e51a2852bc0cf018e04b49 2 0.00/1.00 vMB 0
116,149 116,149 0000000000003a31d65f96e3ad66db25da13fa07571be7d3370fe6023f793283 6 0.00/1.00 vMB 505
116,148 116,148 000000000000f1590c39a13fb8c11048420f1e58c2f7ec83519f552198796872 3 0.00/1.00 vMB 0
116,147 116,147 000000000000a7d2813991b87b9df95b56f63cb6cb83455df81840ad9a466562 9 0.00/1.00 vMB 0
116,146 116,146 00000000000046771aca0fb0a82b171670ffa82a53714f2d0d3f969495f9e7b3 11 0.00/1.00 vMB 313
116,145 116,145 00000000000079733c4d4a2b2f28f5732a3a69383d2dd81353f8f59bbd2650cf 13 0.00/1.00 vMB 1,194
116,144 116,144 0000000000001f891e64c80a27485d6c3a4e234fba323d48ebe46a62a05d64c9 9 0.00/1.00 vMB 650
116,143 116,143 000000000000c02402763cf5266b82b1a02f110f5f7b4f8a727bebfcc205f044 1 0.00/1.00 vMB 0
116,142 116,142 000000000000626b59ea881e319878731ce3a8f340e8ba033278f9fc1f4ce70e 2 0.00/1.00 vMB 0
116,141 116,141 0000000000001e4658bb24ca9d2c47edb9ce389578220cedb0ef3dc9813645d3 8 0.00/1.00 vMB 680
116,140 116,140 000000000000806827cb9f598422f99becb68fca79858bc7d6bc070c5b3cf0d2 13 0.00/1.00 vMB 650
116,139 116,139 0000000000008bdaa4f1fdf353aaa89145448f6d3a77d97565067a57ec96ded1 6 0.00/1.00 vMB 323
116,138 116,138 00000000000048c2efa5abc0230c03e9b655e6028809536a77f898b28f4038ae 10 0.00/1.00 vMB 1,282
116,137 116,137 0000000000005fc5f6407172602381170dbcc500decce23699cf6dd44170acde 2 0.00/1.00 vMB 0
116,136 116,136 000000000000428a304b6f71419c18f3412770bae3db5879e5983e3e0b8f0673 7 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.26 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 594.95 GB
    • Received: 9.73 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.