Loading Tool

Explorer IconExplorer

Memory Pool

79,283 transactions
29.45 vMB
0.08918562 BTC
Random Selection Loading Transactions
Max Size: 178.18/200 MB

Candidate Block

Mining Attempt 2b42341b174ec5519b127adc5bfda5daf07d16a03cccca7e7379e27c79cefdd9
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 3c09251ecb0c2fdcc0d696866af6660ba022e0a742e0df58e822337edeaa93bc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,901
Size: 1.00 vMB
Total Fees: 0.02721923 BTC
Feerates: 301.60 > 2.73 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (355,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,726 559,726 0000000000000000002d4d80c691c56610f9abb05b899d0dc49eec3238a26304 2,368 1.00/1.00 vMB 28
559,725 559,725 0000000000000000000603989eacc31428d1397438a54d26c58bc7f5f0cc3e42 471 0.22/1.00 vMB 20
559,724 559,724 000000000000000000046ea8313ba59cce4fd82733a4ea96d3e54c5f5bc2f059 336 0.14/1.00 vMB 13
559,723 559,723 0000000000000000002610085302033b850b9c8e5e4a2c28dc3592325f7cabda 1,156 0.54/1.00 vMB 10
559,722 559,722 00000000000000000018bcb0a7e11b38be368c9bda6d36338b1aecc495e3e727 2,145 0.78/1.00 vMB 3
559,721 559,721 0000000000000000002b4ecf815f13945802709c67bf60608409a4c0ce70e88d 2,741 1.00/1.00 vMB 21
559,720 559,720 000000000000000000075ad0ed56db6ce4d3801708e618b10aa888302c6beb85 1,152 0.42/1.00 vMB 14
559,719 559,719 0000000000000000000dbb73afaee7e835237f07bd0c439a5100283059f2d4b2 1,835 0.65/1.00 vMB 19
559,718 559,718 00000000000000000002ccfc5c5903454daa0b5b1d509dca9856d84d96801e53 1,647 0.67/1.00 vMB 14
559,717 559,717 00000000000000000008e9d46f5adb879d4d7a9397aea56205cb286f12d43bb6 1,236 0.45/1.00 vMB 18
559,716 559,716 00000000000000000020d6691c86a1b2ae05a9e5f6dd667e5da44fc54f84ded2 1,323 0.45/1.00 vMB 16
559,715 559,715 0000000000000000002a5b2468d27fa41f4d92abeb127c91bd2bcb2724c26cba 1,270 0.49/1.00 vMB 16
559,714 559,714 0000000000000000001aaa59db8bb606b2a6d46d97c42fac5a03ba0889e401a5 472 0.14/1.00 vMB 7
559,713 559,713 0000000000000000000a9a47de2ca15de1c338857c302f4528b700c6737a441f 1,649 1.00/1.00 vMB 9
559,712 559,712 000000000000000000129190e5b8a7e692443d61e96d87f76a839550be541812 1,370 0.45/1.00 vMB 17
559,711 559,711 000000000000000000234fc1043352773b8843c74d77a7a413f0bfc2b032f9ab 147 0.05/1.00 vMB 18
559,710 559,710 0000000000000000002a6739c6a7b0b013da1d9348ed5a8761e703b52d05aae8 1,065 0.43/1.00 vMB 9
559,709 559,709 0000000000000000000aca1b5076d3cda9a7c08cd699a86dea36aaf78a57b942 2,635 0.99/1.00 vMB 13
559,708 559,708 0000000000000000002765156633bae69213f28b6b1f3f583ccb6a387ba755b0 1,872 1.00/1.00 vMB 20
559,707 559,707 00000000000000000012f98bb28c50cee1bec5e966274051795b0c091ffe8fa8 1,651 0.82/1.00 vMB 11
559,706 559,706 00000000000000000016c4018a665ab83bad3b496d8e84a094a24903a946263e 878 0.45/1.00 vMB 2
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.