Loading Tool

Explorer IconExplorer

Memory Pool

78,690 transactions
30.02 vMB
0.08941108 BTC
Random Selection Loading Transactions
Max Size: 179.35/200 MB

Candidate Block

Mining Attempt 9dc3817fdd373924a46b62a7fa8e0e85425b0e3a22808f7cd192ea6244e2a23c
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 6bc07d0be62fce7cfe442951934c2642196a0744e1aaeb49d157151d471aa4f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,901
Size: 1.00 vMB
Total Fees: 0.02006361 BTC
Feerates: 150.61 > 2.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (248,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,858 666,858 00000000000000000006c35fb6d2ed4126d415d61807cd6c00854e70dd55bb1c 2,950 1.00/1.00 vMB 38
666,857 666,857 000000000000000000032df9b48648fc9a09fa64ca0021060f511f4ad1efe27f 2,299 1.00/1.00 vMB 59
666,856 666,856 00000000000000000006eaa1e964b21727e56a9396cdd045e2cb559a5b1c78d0 2,512 1.00/1.00 vMB 14
666,855 666,855 00000000000000000004448e8ac33b71a4f9acd1c17dec89df9e56b6e06e7b78 2,412 1.00/1.00 vMB 63
666,854 666,854 00000000000000000009fed6b845ff28effae9a1bf887989ea0e44c62eb1aa65 2,378 1.00/1.00 vMB 29
666,853 666,853 0000000000000000000a7e6c21003f33b852cffabb7cf498b579b614586bbd47 1,415 1.00/1.00 vMB 66
666,852 666,852 00000000000000000000cd1d611ce5daebf480b7bce50caa0444ffd022bb1248 2,499 1.00/1.00 vMB 9
666,851 666,851 0000000000000000000cc3e7d6604e9feab7b16f5d85580059fdfec802c5256c 1,273 1.00/1.00 vMB 29
666,850 666,850 000000000000000000029834f3fbf619af888060224dc66396a53a18d4621c1b 2,133 1.00/1.00 vMB 92
666,849 666,849 0000000000000000000cb75e9458009046df483e79eba575e3f67b3dee354f00 2,048 1.00/1.00 vMB 51
666,848 666,848 000000000000000000011e1cbcdd2bcec65a494965916f19f8cbf9968b9ced85 1,566 1.00/1.00 vMB 53
666,847 666,847 0000000000000000000363e25ce8b17a773cc878f6f62efd7c80c30d1a8afdfc 2,078 1.00/1.00 vMB 83
666,846 666,846 0000000000000000000cbc65747921ac74ce8875c629f9d6fb779293ad49d96d 2,519 1.00/1.00 vMB 99
666,845 666,845 0000000000000000000d749f1f83d2dace234a7b0b7bbf85ef97ca98fa7b99b7 2,736 1.00/1.00 vMB 101
666,844 666,844 00000000000000000005c3ec282a40aba1561f36333a0cd98353d215bb1fcbe6 2,612 1.00/1.00 vMB 80
666,843 666,843 0000000000000000000b3a113bc6d12e2877c5083870a6f20a7dec2589c8dc64 1,973 1.00/1.00 vMB 48
666,842 666,842 0000000000000000000bd899b04abc11a3edae329a8b5638d812efc73fb3861c 2,361 1.00/1.00 vMB 74
666,841 666,841 00000000000000000005090e902525ae224fdee6b14bcf30c6185569472bd608 2,008 1.00/1.00 vMB 49
666,840 666,840 0000000000000000000b667c2aa3dadf661d03aee2eea49229e67bbeedc0e812 2,295 1.00/1.00 vMB 67
666,839 666,839 00000000000000000007e5edd4e753feeaba8d49f1d6bc4245685d639adcfc1b 2,131 1.00/1.00 vMB 89
666,838 666,838 000000000000000000097360b4ae1a4bb7c454acc568b6fab44298c1912714b3 1,904 1.00/1.00 vMB 12
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: 672.97 GB
    • Received: 16.34 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.