Loading Tool

Explorer IconExplorer

Memory Pool

42,799 transactions
26.61 vMB
0.06328135 BTC
Random Selection Loading Transactions
Max Size: 139.25/200 MB

Candidate Block

Mining Attempt 63263c9b77a2dd58e51606eb19d68228aec276d46d4b1d616d5560a02618c7d5
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 32f54e3b7b624c7ebcd9a3c10aedf9706e2d93536a3e08d33dad6cf9770e429e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,461
Size: 1.00 vMB
Total Fees: 0.01411487 BTC
Feerates: 150.77 > 1.41 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (207,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
707,643 707,643 00000000000000000009719e0ade0fb53b9f575a2929e6c8480c8ad8e08ffad6 2,273 1.00/1.00 vMB 14
707,642 707,642 000000000000000000038f079da110ac1f6e84bb7f722e7144f06f2d1213344b 599 1.00/1.00 vMB 5
707,641 707,641 0000000000000000000462e79369ef4879fe37ce353b64a5de29928782b76cf1 375 1.00/1.00 vMB 5
707,640 707,640 0000000000000000000c0e5e7b36165b392658ba270b02cfb5336ed79b84a080 2,198 1.00/1.00 vMB 7
707,639 707,639 00000000000000000009275c6e7ea2f75581e7639ac6480b1a28e5d0f37cf822 2,819 1.00/1.00 vMB 17
707,638 707,638 0000000000000000000310f8688af468bdc440864377085eb4ec6486f24ea860 1,529 1.00/1.00 vMB 15
707,637 707,637 0000000000000000000bc17cead08ed35656de2918dfca360ebe5c79a84bd361 777 1.00/1.00 vMB 11
707,636 707,636 0000000000000000000c7788008db4716287289aef98461835b2128fe31e6700 1,492 1.00/1.00 vMB 16
707,635 707,635 000000000000000000044b1bab211bfe147cc4c8f3b2e6304fb7ff1cd19f7083 3,018 1.00/1.00 vMB 9
707,634 707,634 0000000000000000000ace95ff4daec29077a02352aa4854e6e47e54e6ba0845 2,423 1.00/1.00 vMB 35
707,633 707,633 000000000000000000024a3567430ad1553d2d6585b3c3fa7ce824f58af2f4da 605 0.24/1.00 vMB 9
707,632 707,632 0000000000000000000a7e85ef95731e3e69a4dc34830a2baef2709cc1e13cab 1,357 0.58/1.00 vMB 7
707,631 707,631 000000000000000000064f7a61ff78b22ee36a1cbe0c053248c2029dcb76da09 631 0.27/1.00 vMB 7
707,630 707,630 000000000000000000041edc3991ad7515de22b8e534d2ff6a4eeb1a39c8287f 2,094 1.00/1.00 vMB 5
707,629 707,629 0000000000000000000b402e6665e4162d1dbf071023aa516dcc3f166a2a7d32 3,012 1.00/1.00 vMB 9
707,628 707,628 00000000000000000002fb3858d91f1502ad0417b531c363de4d184aa7c3a3ed 2,274 1.00/1.00 vMB 6
707,627 707,627 0000000000000000000932063c1d0f699fd97e1e9e9234d04e3949fec5e2dab7 2,857 1.00/1.00 vMB 7
707,626 707,626 00000000000000000005765319154fd9ff3cafe86380e0e68b7b88df753c09c7 2,978 1.00/1.00 vMB 23
707,625 707,625 000000000000000000000d036d6243f6fbb160d069f3e3e3962cef62c3f731b7 1,121 0.34/1.00 vMB 10
707,624 707,624 0000000000000000000b4b59d105adcdcbbe83cac089f2549d62bbb11c990b8b 2,253 0.72/1.00 vMB 10
707,623 707,623 0000000000000000000c47243705a14c09817b27611bddd500480d3f2a677c64 560 0.18/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 13.99 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.