Loading Tool

Explorer IconExplorer

Memory Pool

79,260 transactions
29.44 vMB
0.08893045 BTC
Random Selection Loading Transactions
Max Size: 178.15/200 MB

Candidate Block

Mining Attempt d26bda6db521ececfea2af0cca9bc4e384a357fd3939fc80a0a2e47caec9daa7
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 0f42db11cdcdb3e91ca94ec3513d68fc1abfd3a2fc0a95abd8719593215f504d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,898
Size: 1.00 vMB
Total Fees: 0.02714844 BTC
Feerates: 301.60 > 2.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (359,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
555,840 555,840 0000000000000000002929410b8526740c7570a0045470d3f5603a200868cdb9 139 0.15/1.00 vMB 8
555,839 555,839 00000000000000000015d7b82cb0a3fa60a2042452f6107a47e382e3a06abad6 101 0.05/1.00 vMB 9
555,838 555,838 000000000000000000104c11ff7da24c7e23027469b1616516a0f6b032f8610c 375 0.16/1.00 vMB 13
555,837 555,837 00000000000000000021268323bb02dbc6d8675c84bbf242aea03ff81ebf4e13 2,385 0.95/1.00 vMB 11
555,836 555,836 0000000000000000001bd33ced9c7a753be586e96509e8b087b84ec21a0d4be3 2,013 0.85/1.00 vMB 10
555,835 555,835 0000000000000000002927714be553d505d5ea1ba6769c75b350cbc08886e2c3 1,057 0.41/1.00 vMB 11
555,834 555,834 000000000000000000046a1763b1ab8a9895c933e1430d79d6a155d47ba351ae 923 0.66/1.00 vMB 4
555,833 555,833 0000000000000000003097efba0787af807c97c00a9c1c1ea6e70e9a80d170c8 2,971 1.00/1.00 vMB 15
555,832 555,832 000000000000000000095c0a039953858fd6923b9b665ddfa6f7b50e67ac2413 2,589 1.00/1.00 vMB 10
555,831 555,831 0000000000000000002692df3a9fe112ef96bbeab8a274ee0085f101e8c96b11 2,594 1.00/1.00 vMB 11
555,830 555,830 00000000000000000001ff5511438b87f6fec09213611158a7e9fa33f0a5b42a 2,548 1.00/1.00 vMB 5
555,829 555,829 0000000000000000001a40c9112ebcb8c052c593b96c887e01934e6cc1107509 2,004 1.00/1.00 vMB 5
555,828 555,828 00000000000000000016f096ad74eec735df930bf6d9ae5dc14b8edca8c287b0 1,980 1.00/1.00 vMB 20
555,827 555,827 0000000000000000002e75a4dfaff7e6915cd22cc2fa450fb8c0026173cb9053 2,990 1.00/1.00 vMB 9
555,826 555,826 00000000000000000012c54809c0bda9400a58acb6600bfba9dd62752835f7c1 2,421 1.00/1.00 vMB 9
555,825 555,825 00000000000000000014f6017dd3de3588c030dafe087fdcc75af8a60b958cab 119 0.03/1.00 vMB 28
555,824 555,824 0000000000000000001e6ec7ad53d8613a783cba1e787d7dd3b4af32f15b09bc 2,877 1.00/1.00 vMB 31
555,823 555,823 00000000000000000026a438fa0b6f7c518fd44ec55b026ed8c5a0c972448a83 1,335 0.46/1.00 vMB 38
555,822 555,822 00000000000000000004d29f4887d76e81285d51f770ae5ab22318f0dccc65b7 235 0.07/1.00 vMB 9
555,821 555,821 00000000000000000014f4200b5e86db4e23743f2ef4b88519c9031d28dc0b1c 483 0.48/1.00 vMB 3
555,820 555,820 00000000000000000005cf9104630c71ff840f5f626e6c35bbe09c576996f507 2,749 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.