Loading Tool

Explorer IconExplorer

Memory Pool

78,824 transactions
29.52 vMB
0.10190000 BTC
Random Selection Loading Transactions
Max Size: 177.75/200 MB

Candidate Block

Mining Attempt e212743512185dc1b2af517c4193646e1ea50d3ce4ce0a743254bf1bf004782c
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 2c5617e45ebee8f02c1d7892c763f6aefea07a9a013ebf61be5042d4039d351c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,580
Size: 1.00 vMB
Total Fees: 0.03754358 BTC
Feerates: 164.34 > 3.76 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (508,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,806 406,806 000000000000000000a54b37e699cf0a120fbe515ea9d53b46edf71c875a8f32 2,041 1.00/1.00 vMB 40
406,805 406,805 0000000000000000027a141f3b54721d4f80992997965c31459ab40f6d873438 2,798 1.00/1.00 vMB 71
406,804 406,804 000000000000000004e5758d12b4c4d911664cebca9aea972a0cafcc8b6e283e 1,266 1.00/1.00 vMB 30
406,803 406,803 000000000000000000d349c098266185c018e1880ac12812f063dcfbd09dbca7 2,887 1.00/1.00 vMB 58
406,802 406,802 000000000000000003770478cd89d8d00716106619412bd6ea7a638a9bae52ae 1,658 1.00/1.00 vMB 35
406,801 406,801 0000000000000000049eb7c3fbd56b07f4b4b7d0e5178eae578f7448cd65fb6a 1,120 0.99/1.00 vMB 23
406,800 406,800 000000000000000001c31935b6b49fbfe1c44cbaa31a7875d59a22b09b99d380 1,761 1.00/1.00 vMB 33
406,799 406,799 000000000000000002c6bb4940214d1b242111cc6b5a2cfdc92d54f4f3325df2 248 0.10/1.00 vMB 36
406,798 406,798 000000000000000003db5ab729f4eb360ecec3590488863f159641b88d5a04fc 2,490 1.00/1.00 vMB 53
406,797 406,797 000000000000000002d8a7bb22cb2f30ca47d90ca46c432ea2cb5f4ecb8ee4c3 1,815 1.00/1.00 vMB 30
406,796 406,796 0000000000000000021cb222d90c100c0b037656923ddd5d8e768cac98c77882 2,390 0.99/1.00 vMB 47
406,795 406,795 000000000000000000800d1b91d289599031b999c1a77c35d7c08dd636c63563 2,321 1.00/1.00 vMB 41
406,794 406,794 00000000000000000647ddd97581be4213dae1864ed147d1ac5c2caa69e9d31c 1 0.00/1.00 vMB 0
406,793 406,793 0000000000000000004c72427bac3e8b2a6fcc7daddcbf9b981a0f317a1a2e9a 1 0.00/1.00 vMB 0
406,792 406,792 000000000000000000e93f9cb551e7642cdff1d38ef7aa72817a90f7eb2ceb9b 1,976 0.93/1.00 vMB 62
406,791 406,791 000000000000000005282bb5bdb115796f08b8240331ed7b430668bde3e690b1 2,000 1.00/1.00 vMB 35
406,790 406,790 0000000000000000058c764806ae96c11e084ca4c6af55b4a0ece292ae4e619f 2,405 1.00/1.00 vMB 67
406,789 406,789 00000000000000000148d09fb6d28015d009520c1217da034b50d17bc630fb72 2,797 1.00/1.00 vMB 55
406,788 406,788 00000000000000000569f7c6f0866a33fc6711c700e4922c6b0860f62d662228 799 0.99/1.00 vMB 61
406,787 406,787 000000000000000002bd1d6bbb8311eb0bb2afa7144a78f741a8761e8bb2adee 778 1.00/1.00 vMB 64
406,786 406,786 0000000000000000054b2c4697678f3f464a26c8cbb0e899507a39aeddc00142 2,953 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.