Loading Tool

Explorer IconExplorer

Memory Pool

78,253 transactions
29.16 vMB
0.07274960 BTC
Random Selection Loading Transactions
Max Size: 174.39/200 MB

Candidate Block

Mining Attempt dedf72c084fda53a46c1d8c640ff9a2f54ce8a57cc4a4b2ce6ff01399a85f26e
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 7ff809ee97b3ea6986f97a64526ee665821ae3bab3bda8d370c480c1b3fdf04f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,134
Size: 1.00 vMB
Total Fees: 0.01357413 BTC
Feerates: 73.20 > 1.36 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (535,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
379,925 379,925 00000000000000000f7445d16f326e93346f6d5fb60e891106cdc2a9d75f67a2 232 0.22/1.00 vMB 23
379,924 379,924 00000000000000000a44190450bd6623e2163e98db840af96cfa191cead0c0cf 1,107 0.47/1.00 vMB 39
379,923 379,923 00000000000000000017ace2127883e3960cf4df725a0583a00d3bbf17d24144 414 0.25/1.00 vMB 25
379,922 379,922 00000000000000000c966ef46bd6a80d45495a10012a37b3236e3bd56b2ccbe4 1,342 1.00/1.00 vMB 25
379,921 379,921 000000000000000000b3618dc2d3cb4107480ae6c1b9a7f10ec5fe6b96dd014c 2,181 1.00/1.00 vMB 41
379,920 379,920 0000000000000000029a8b35e7919279e976402cbcc84e773c849d4ad6c6a6df 851 1.00/1.00 vMB 17
379,919 379,919 000000000000000011aa1e59943882314495299327c1840f6f0a10fa51de7188 1,686 0.75/1.00 vMB 29
379,918 379,918 00000000000000000fc5a1434d9bf6230df5c34d4569eed91393eb6103cd8d72 2,284 0.75/1.00 vMB 67
379,917 379,917 000000000000000000ed1be5a160025503b48a611a12050bdee2fbf32bd25ee2 2,185 1.00/1.00 vMB 35
379,916 379,916 000000000000000006f9f456486e074f55cb2828093848f6be5b7e2c26e0467e 2,052 0.75/1.00 vMB 56
379,915 379,915 00000000000000000475bc68e2123f07883f581ba2dbdecb6f6703e71fbd87d1 1 0.00/1.00 vMB 0
379,914 379,914 00000000000000000a357a6b478b55d068589333d5f69df63c2ba313ff9e249f 1,093 0.89/1.00 vMB 21
379,913 379,913 0000000000000000035340a89ea41752a8abbab2577ddd2d8ca152fad406971a 2,192 1.00/1.00 vMB 36
379,912 379,912 000000000000000009c4ed3b8144322a224800607a17da8e03e6a980003f753b 1,709 0.75/1.00 vMB 34
379,911 379,911 000000000000000010fa4e5af96104742ec9d8d3d61adff86986edbbd1301f23 3,204 1.00/1.00 vMB 70
379,910 379,910 00000000000000000a0d7fd334e973ef2a7efccc60fb845e83146eb8e51f22ce 440 0.23/1.00 vMB 38
379,909 379,909 00000000000000000e515f4fccc336453134bdf9d818994735c35eb839e27b0d 1,951 0.89/1.00 vMB 40
379,908 379,908 000000000000000010faa3ec341ef6f768070fb57b34a64710576dfd62bfbb81 491 1.00/1.00 vMB 8
379,907 379,907 00000000000000000d49e9d78130cebcd963edc9025a1da0f3bb321b7b4aff1e 2,018 0.99/1.00 vMB 49
379,906 379,906 00000000000000000a6281a3666bb49a5947d0a37da25a29f9261e97a4ef83c8 1,363 0.80/1.00 vMB 27
379,905 379,905 00000000000000000b002f3d7b271eb91c09dafbca180275f32ecbe1915833ff 842 0.47/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.50 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: 668.41 GB
    • Received: 15.50 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.