Loading Tool

Explorer IconExplorer

Memory Pool

84,473 transactions
32.63 vMB
0.09825319 BTC
Random Selection Loading Transactions
Max Size: 197.78/200 MB

Candidate Block

Mining Attempt 3d2aa37e48a8abc55797e296e006ceadd4f0e622c57ce4831e05c28f749124e8
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 3ee4c0d0d5d8e1698701143b99e40f6c3c804031ee23c761dc914430794101f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,037
Size: 1.00 vMB
Total Fees: 0.02609023 BTC
Feerates: 223.65 > 2.61 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (421,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,778 493,778 000000000000000000b9c35cac078e4f0d1359dc321f9b099ee4b1ca2775baad 2,129 1.00/1.00 vMB 189
493,777 493,777 0000000000000000001360f423b0d90a94bcd464a401a3b4aeff983d9b18b72a 2,393 1.00/1.00 vMB 149
493,776 493,776 000000000000000000742402d088ed31a527392223982923e3f73dc4dc4e7d2f 2,430 1.00/1.00 vMB 196
493,775 493,775 00000000000000000019f2e3e09090e5ac0fa9da649001fe69d0f920fe076808 2,586 1.00/1.00 vMB 310
493,774 493,774 000000000000000000bced6cf2b24ad5220fa03c30bbbe79151d2b3662b9186e 1,946 1.00/1.00 vMB 73
493,773 493,773 00000000000000000038f3e6bb3edf14bf57f12532f94eaaf4e2fa20f94ab74d 2,236 1.00/1.00 vMB 77
493,772 493,772 000000000000000000a31ec6e66f77cf9adea162d5e4ad17b7a0ca44242a50fd 2,458 1.00/1.00 vMB 166
493,771 493,771 0000000000000000007430950ff34186772a2c46cf1a50b81ad054ed3dbe9ba3 2,742 1.00/1.00 vMB 252
493,770 493,770 00000000000000000026cb23e04c5f8451001e7c16ffac1ae37a203c1d4ed829 2,371 1.00/1.00 vMB 162
493,769 493,769 0000000000000000000f260ee261f39216173d467a75758b24a3a7fed5ad6603 2,717 1.00/1.00 vMB 235
493,768 493,768 0000000000000000002d350f9a9646a2b1924b571262ddcace1f1f4ce83696f1 1,785 0.99/1.00 vMB 198
493,767 493,767 0000000000000000008da79ebcee55f349b54037baba943bd1706b6f760327c6 2,293 0.95/1.00 vMB 267
493,766 493,766 0000000000000000005c55470f7c0777b72872caa73fccf6ec6ac9eb6a5320cc 2,428 0.96/1.00 vMB 267
493,765 493,765 0000000000000000008f46e8b5cb1f4acdcf1dfb12daa14956c38493e04d03cb 2,151 1.00/1.00 vMB 255
493,764 493,764 0000000000000000009671c313540012ac914200e135e9758b31f2f5ca2099a1 2,521 1.00/1.00 vMB 311
493,763 493,763 0000000000000000009e03d8554f602ea556583c55b5ecdd9a5b250e7303b782 2,566 1.00/1.00 vMB 283
493,762 493,762 000000000000000000a7e15769268f5f66e3156e10d62e2dd5e0d04510790fba 595 0.18/1.00 vMB 340
493,761 493,761 000000000000000000acc1844bebaaaf68071d92e17f485b725a975f3aa875cd 2,587 1.00/1.00 vMB 312
493,760 493,760 000000000000000000be633ccff5e6176f6e015939f63b3e7005bdc22a31d043 2,148 0.97/1.00 vMB 86
493,759 493,759 000000000000000000127f9561395b9fd418f485168cd210b9e98891444db147 2,474 1.00/1.00 vMB 134
493,758 493,758 00000000000000000066d2a744c0e8c4f874bac3f189fa027b0125ca54afb462 2,124 1.00/1.00 vMB 170
Previous 10 blocks ↓
Total Size: 782.76 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: 709.02 GB
    • Received: 16.82 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.