Loading Tool

Explorer IconExplorer

Memory Pool

79,182 transactions
29.69 vMB
0.07509527 BTC
Random Selection Loading Transactions
Max Size: 178.03/200 MB

Candidate Block

Mining Attempt e92ec022ce142fc8bdf331f78f6df43b7c9fd6cd5fad342b4c408b70e52b8bf3
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root ac04acd2d30ed77eccfb49dcd5c6d9102630ee315ee9c6089a473672b04d4cfa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,830
Size: 1.00 vMB
Total Fees: 0.01467799 BTC
Feerates: 150.77 > 1.47 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (417,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,792 497,792 000000000000000000cdde707c15a8bd4613a11df1ab67aa50680f1e90858c6f 2,564 1.00/1.00 vMB 185
497,791 497,791 000000000000000000961482fcd1d8852ec1c0993f19c6b947f5f449bd07d08f 2,521 1.00/1.00 vMB 129
497,790 497,790 00000000000000000081567882d1cac85ee6af4535d65255a3d53c4daf4b1fb4 2,801 1.00/1.00 vMB 141
497,789 497,789 00000000000000000059b14d8aafeb2a04dcb27fb679ac52412a43f5099daee9 2,247 1.00/1.00 vMB 151
497,788 497,788 0000000000000000006802658c00546187f57470be4399a2d87589dd786efe93 2,543 1.00/1.00 vMB 187
497,787 497,787 0000000000000000002d9f67fb3e49d03dd24043d217eaa3c8bf6694c3b3cab3 3,204 1.00/1.00 vMB 129
497,786 497,786 0000000000000000008198d5a2d77981194ea2bf42dd9a90fff10c38fa93ff39 2,836 1.00/1.00 vMB 139
497,785 497,785 000000000000000000c6661c21ef27eeb17c4903ed7488ed69f7cbd36f4c3ecd 2,523 1.00/1.00 vMB 190
497,784 497,784 0000000000000000004cd30b4a4291d6c780d9f5c807a2793845005ebf0710b5 2,521 1.00/1.00 vMB 172
497,783 497,783 000000000000000000a7779283d3a1e19e1d3b0a5223c19267ce94386e5b89ef 2,713 1.00/1.00 vMB 149
497,782 497,782 00000000000000000061c56299f75e00fac202c4a5de1b0ef3d9dba25dd13606 2,690 1.00/1.00 vMB 126
497,781 497,781 0000000000000000006b179a96279f2b3583efb17e9fcf3e87b1172923cb8dd4 3,000 1.00/1.00 vMB 94
497,780 497,780 0000000000000000000ca93298e258060cc87a4384ea5dd7e389e9bded97162d 2,731 1.00/1.00 vMB 157
497,779 497,779 00000000000000000029f25e865ee0663bd58582cddbaf1d168f3ead266b6d2b 1,274 1.00/1.00 vMB 104
497,778 497,778 0000000000000000009df2a09fab018e459894a70faa559acf695fb69aff7002 658 0.98/1.00 vMB 108
497,777 497,777 000000000000000000be008f6b1017b8ae8078042a40ed55aa924b72528477e8 2,136 1.00/1.00 vMB 126
497,776 497,776 0000000000000000005bd4e8db1bb22d4df9322adcb98fd2c0a721415319eb7e 2,492 1.00/1.00 vMB 191
497,775 497,775 00000000000000000015c894cf5f0e3b44adeb7bad306b0b46714896bfe83ef9 1,913 1.00/1.00 vMB 117
497,774 497,774 0000000000000000007b2b457cebe54b406e8e24a7a7d443f8771707c4ab65ea 2,657 1.00/1.00 vMB 158
497,773 497,773 0000000000000000004f1afc612af1931a022d08268476663d538510b90f5093 2,047 1.00/1.00 vMB 128
497,772 497,772 0000000000000000000da0c93c405be415cbca2b93900b1f3b12d40b4459b4bf 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.