Loading Tool

Explorer IconExplorer

Memory Pool

84,726 transactions
31.81 vMB
0.19156722 BTC
Random Selection Loading Transactions
Max Size: 189.99/200 MB

Candidate Block

Mining Attempt ecfea134ce0dd8798e023325357efce576c1a6ab1a157f115862eebc732657ed
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root b5836c220c07aaafdc3dee9e09646e3bcc3be31dc4520d6374c7c6cda6d1bda9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,443
Size: 1.00 vMB
Total Fees: 0.08247241 BTC
Feerates: 101.65 > 8.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (535,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
379,166 379,166 000000000000000002ed59042e8f67017d040e720bcb0ae92af2dd46983641e9 1,442 0.95/1.00 vMB 21
379,165 379,165 0000000000000000101cfce4dd211faf0d9600272c88bc444bee8a0e2ca6924b 2,339 0.95/1.00 vMB 48
379,164 379,164 000000000000000003f8a7406c3075d1d70b5812f1885855b4f7a44628dcbc13 2,792 1.00/1.00 vMB 73
379,163 379,163 000000000000000002ef676e17ad313442d7ea2caeac5c299ca28548ec33881c 1,113 0.55/1.00 vMB 37
379,162 379,162 00000000000000000bd9c48340308f5ac877ee62848d2edbdcc0b6809994e2f6 1,372 0.68/1.00 vMB 35
379,161 379,161 00000000000000000350d677bc34fb1ed60a325c9cbbbceb83e0ab2be543ef3b 432 0.24/1.00 vMB 53
379,160 379,160 00000000000000000f1d1d51d29aa67edd3e26700f0f31bc991916fd8c51162d 1,117 0.56/1.00 vMB 35
379,159 379,159 000000000000000008b0f285a44595baf4fb02011e05e7f4316edae0729d88a3 1,027 0.52/1.00 vMB 31
379,158 379,158 000000000000000000effaf9f36b3e02fd41e0e633fd3d086bd4b4d12aa71aab 250 0.75/1.00 vMB 2
379,157 379,157 0000000000000000044dd71da9a0eeddbbc979b8fe50f11a7426385cbfda75e6 977 0.51/1.00 vMB 43
379,156 379,156 00000000000000000ff5ea03c9b9b6f5e88d238024275748c6b131da68d50af7 255 0.15/1.00 vMB 22
379,155 379,155 00000000000000000aeedd1b6ed8ff5c3a0bbfb4f203712730742f47a2553f6c 810 0.46/1.00 vMB 31
379,154 379,154 000000000000000003109556554520a54b9c81fc9e31ba4e0f54cf461e2ef160 414 0.26/1.00 vMB 19
379,153 379,153 0000000000000000071417de796933490914f9f1cc3fdfb4bb203ffa47e58cf1 273 0.26/1.00 vMB 18
379,152 379,152 000000000000000005c876faebe7a298fef332cb091a8751c466e64772c0b0be 1,048 0.75/1.00 vMB 25
379,151 379,151 00000000000000000d2527075c7715ddc4989bc00cc67ce8f4ba975a20fd1ad4 2,065 1.00/1.00 vMB 29
379,150 379,150 000000000000000005ac479d3173a9dfa5eee4eebc89ea9a9c12323e8bbb32f1 2,403 0.75/1.00 vMB 61
379,149 379,149 0000000000000000109f4221f3cb5944e4b1c5b9304e7082619b3b957128798e 49 0.25/1.00 vMB 2
379,148 379,148 00000000000000000b98a5531ea300cacc2b61b56d3fc5d7fafd021258e5e6a8 244 0.25/1.00 vMB 17
379,147 379,147 00000000000000000e18531296a921a9d8750ea25d5af5ea289cd3f67f1bd64c 1,424 0.76/1.00 vMB 33
379,146 379,146 00000000000000000cd1138405cc8a27f51884b312726170fefc654ecd09f1e4 388 0.25/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.65 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: 672.72 GB
    • Received: 16.32 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.