Loading Tool

Explorer IconExplorer

Memory Pool

74,390 transactions
29.58 vMB
0.09354905 BTC
Random Selection Loading Transactions
Max Size: 171.86/200 MB

Candidate Block

Mining Attempt bcabab2ab42611686c2bf8c79eff874e9ceb7c63d93a658cd150943a0b0dc4ae
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 240319370781aa3684cd974f2fd4b870e817383717ed39fabbb641272a76df84
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,580
Size: 1.00 vMB
Total Fees: 0.02525949 BTC
Feerates: 150.36 > 2.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (871,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
43,824 43,824 00000000165708e9258ea611d6658ca1a8836644e4364d2baca0a13afa64112d 1 0.00/1.00 vMB 0
43,823 43,823 0000000005f39f7f03bfaa3fb28a930f7cf494bcd57fd3da8b8a25d9867afec7 1 0.00/1.00 vMB 0
43,822 43,822 000000001096aefbc8937c2dd50659a8ff7865ff1f02ea947f62b5dc99819431 1 0.00/1.00 vMB 0
43,821 43,821 000000000463dd7723b8f22d991d7e02be29f10a3ae2ca4f55e051b32b01a407 1 0.00/1.00 vMB 0
43,820 43,820 000000002e7e780bbffa283d909a126a76581f31b3bf86ebca9a3eeaa48122bb 1 0.00/1.00 vMB 0
43,819 43,819 0000000033039b3af0fe2ada7e981cc5b239c3cae6e9393d36c43ce2d885a21d 1 0.00/1.00 vMB 0
43,818 43,818 000000002ace8090a7886926957e31b00d423493e6d6184d712d7eea705d57f0 1 0.00/1.00 vMB 0
43,817 43,817 000000000edad276954a146faa2ece1f4d59497fa55a2a5bd502e70c4e05a42e 1 0.00/1.00 vMB 0
43,816 43,816 0000000012a4b4185ecb859c15b8c596acd3a6fa4658af44aad3795eaa9c9956 1 0.00/1.00 vMB 0
43,815 43,815 0000000038abddbc750438c56bff20653d9cfb829574a05814293a9165750215 1 0.00/1.00 vMB 0
43,814 43,814 0000000013802642079828e73f211aedb15357a8d6878d3331711c1dcac20235 1 0.00/1.00 vMB 0
43,813 43,813 0000000020a6d84da1848a55edf27f1ce770b1934a507f2bfb2793677f84fe6d 1 0.00/1.00 vMB 0
43,812 43,812 000000001ce2a3746c377903e67c0e6f1391d1bcde3441694b6f0640422d5d54 1 0.00/1.00 vMB 0
43,811 43,811 000000001df81e09b78aeaf96c12d8754b5fffc242a9f5cd43aefe903417770e 1 0.00/1.00 vMB 0
43,810 43,810 0000000024025a35a6bcda63a564e5826fca1c6baf12d9174df162f718619ad2 1 0.00/1.00 vMB 0
43,809 43,809 000000003d291560b8cdb8ded1bb2ee8c12f28bd2dea524226f0061460be4930 1 0.00/1.00 vMB 0
43,808 43,808 0000000003aec8a0f5aac850270099532b9eadf8cce947ea326b6984fa550143 1 0.00/1.00 vMB 0
43,807 43,807 000000003812962ab36363c4d3b46f070d7b85a83e4d6ef5daf9685a4f1f8b32 1 0.00/1.00 vMB 0
43,806 43,806 000000002e13d905bef64b5fa63375b109c8fa3a570fd230cc54d2e76c02010b 1 0.00/1.00 vMB 0
43,805 43,805 0000000012bbfb40c4d0cc16663dac4c3249b9fd0f1c11050c420717d91c46e0 1 0.00/1.00 vMB 0
43,804 43,804 000000000b379e68f2172efc8115031a2570bd1645f8f743c09a20f822467b78 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.48 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: 668.20 GB
    • Received: 15.42 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.