Loading Tool

Explorer IconExplorer

Memory Pool

51,031 transactions
29.12 vMB
0.07515074 BTC
Random Selection Loading Transactions
Max Size: 157.41/200 MB

Candidate Block

Mining Attempt 5e85dcacc002f97ea3edc6f95c2d4c243c143786cc5a4dd533371ffc4e8f30f5
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 6f100c66a8bd408dad16cf28040bcd1f2307d19faf3c02036571d8fe4bc673ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,987
Size: 1.00 vMB
Total Fees: 0.01916177 BTC
Feerates: 173.90 > 1.92 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (408,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
505,934 505,934 0000000000000000000f1e7193114b072a6a56e04fdb070bd57cd80d63e7c8ae 1,680 1.00/1.00 vMB 152
505,933 505,933 0000000000000000000d516925dc2a2d15e5cbf0986e1bad2f5932c61a004b7c 882 1.00/1.00 vMB 72
505,932 505,932 000000000000000000053105d319d9d2700652558d0cd13a9b73378eea500d8b 1,808 1.00/1.00 vMB 167
505,931 505,931 00000000000000000023d90929eced4705c573d1792adb3f978185ff9d86201c 743 1.00/1.00 vMB 77
505,930 505,930 000000000000000000040eb3aaafe1889e7c8ece54c5abc59384992a8f6b13ec 1,998 1.00/1.00 vMB 193
505,929 505,929 000000000000000000616ef8b9271c7185da38251787bc3218e4a9b9d757b6a4 361 1.00/1.00 vMB 25
505,928 505,928 000000000000000000291a4bf7a1a2b34a8482650b8e42c105bc944fe84a7500 450 1.00/1.00 vMB 47
505,927 505,927 000000000000000000633fe09395c1b4f026e7ce593b89683ccb19f61dfeb462 1,835 1.00/1.00 vMB 199
505,926 505,926 00000000000000000049e994bd498952267ece8c4808b33940e427b6d2e211d9 550 1.00/1.00 vMB 34
505,925 505,925 0000000000000000003372d69ac357eb1e4b96645b13d5ed17d981894abdfc29 2,055 1.00/1.00 vMB 215
505,924 505,924 0000000000000000006b69019d14c723d466804f4c7425b224146e9dd7962876 1,636 1.00/1.00 vMB 148
505,923 505,923 0000000000000000004d448aef0ee6bd467ad4369251cfcf9091b9ee171712c1 1,126 1.00/1.00 vMB 81
505,922 505,922 00000000000000000029cf3802598cf42616986f60e7c6b12b2389428a39c047 1,861 1.00/1.00 vMB 203
505,921 505,921 0000000000000000003a9720fac96878d7c599f0bea6f1e4ce8912932d555068 1,180 1.00/1.00 vMB 87
505,920 505,920 0000000000000000001e631ec761fe400f4c93f02338d9181f9a0d64db0e5239 2,452 1.00/1.00 vMB 283
505,919 505,919 000000000000000000661585a46ba29ab801ea6dce47073c348b07880e4ef7a6 1,993 1.00/1.00 vMB 151
505,918 505,918 0000000000000000002274608b72232a0fcf154de22d5b3c3b31c65d0c142d2a 2,085 1.00/1.00 vMB 170
505,917 505,917 0000000000000000005e950da6a28760512b9bc4b066d2a5794ba13b5d7de192 2,257 1.00/1.00 vMB 245
505,916 505,916 0000000000000000004706bfffdbd63f93da934b6424e9c4daa0b42e33c2cc5b 1,729 1.00/1.00 vMB 210
505,915 505,915 000000000000000000465e80e8ce8993695cf2fed7356fa3e98f12ebef6e49e6 2,621 1.00/1.00 vMB 305
505,914 505,914 0000000000000000001416bc09d94b22d00ace967832c7fa9dd67df60d0d1612 2,068 1.00/1.00 vMB 281
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.