Loading Tool

Explorer IconExplorer

Memory Pool

34,189 transactions
24.87 vMB
0.04914194 BTC
Random Selection Loading Transactions
Max Size: 126.53/200 MB

Candidate Block

Mining Attempt 2a8302c6fce1476d899e730f58657b88b71e179445d813f76275c0e60ea98c36
Version 20000000
Previous Block 000000000000000000007488849f6ed22b3dcc08e87b6f96417542d5550ee178
Merkle Root c849a7c7d837804ad22e01719fb24b9cd00e288a79900947c3d623bf09e60b30
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,717
Size: 1.00 vMB
Total Fees: 0.00475552 BTC
Feerates: 40.21 > 0.48 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,766 (119,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,819 794,819 0000000000000000000291a71b954cfb975b589adc936d53fa991cf9c0f99793 3,420 1.00/1.00 vMB 26
794,818 794,818 00000000000000000000edfeb2d4323bef5cdb70ce3d06122c056a2d4db2b0ae 3,021 1.00/1.00 vMB 45
794,817 794,817 00000000000000000002d604affd796435240c79fc67a44ef386e38b40bca65e 2,557 1.00/1.00 vMB 24
794,816 794,816 0000000000000000000152908adbe28bc6ca0abe7cf7b656cbf306fad7bf9df4 3,177 1.00/1.00 vMB 35
794,815 794,815 0000000000000000000395f46c56e47aeebf64c10572d8083b39e95a1b78adf4 6,345 1.00/1.00 vMB 11
794,814 794,814 000000000000000000016595fe3062c5628ce361d7ac4c639be41b82507c5563 6,170 1.00/1.00 vMB 12
794,813 794,813 0000000000000000000077ca4eb55813777bfa713bafd1abe25f3f82c5d04444 4,931 1.00/1.00 vMB 17
794,812 794,812 00000000000000000000ad3a5ff673d90097c561a78efa5981b7f28103d9a9e9 4,081 1.00/1.00 vMB 17
794,811 794,811 00000000000000000000abcd7d97252a4d0032bdac9932f3108399a74ae971b4 3,450 1.00/1.00 vMB 31
794,810 794,810 000000000000000000026706e584cd56d2a310490a8a12c197ade16d764b29a1 3,051 1.00/1.00 vMB 18
794,809 794,809 000000000000000000036618711e823a95e0f3d4d0b7fae8f949c912e82a22f2 3,035 1.00/1.00 vMB 28
794,808 794,808 00000000000000000004327db295fc1ebb64ce3ee612cc3ad98cfcaa67a279e9 2,902 1.00/1.00 vMB 12
794,807 794,807 0000000000000000000268bc324aeb6dcdc607b1bc4f27837b99cc60812228da 1,719 1.00/1.00 vMB 20
794,806 794,806 00000000000000000004bcab2424313453eea8cf1bd4ff6bc11bc84a74e04bc5 3,263 1.00/1.00 vMB 35
794,805 794,805 0000000000000000000402f8d26c2bbf30bf261e736268909d92966b73893f54 5,353 1.00/1.00 vMB 15
794,804 794,804 000000000000000000008de9c2d557f1f2478b18862fbd815aaea6cca0b7ea6b 3,706 1.00/1.00 vMB 17
794,803 794,803 000000000000000000046302a9f9f2def5a1074947e2fe3faac0712cb4e69884 2,031 1.00/1.00 vMB 28
794,802 794,802 0000000000000000000012e5f0837e46ab428189fe1cb444096f5b69a7cc4b3c 2,137 1.00/1.00 vMB 14
794,801 794,801 0000000000000000000369c71bfe1df49c8198eeca7c9e547909ec8595434008 3,115 1.00/1.00 vMB 28
794,800 794,800 00000000000000000004fd2cc29e9793dba2ad55fdf0f8e6bca47d9b1d8c491a 3,257 1.00/1.00 vMB 33
794,799 794,799 000000000000000000045fb0113142beb561d2ceb3b233b5e0650f56bb10af8f 3,263 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 781.97 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: 647.95 GB
    • Received: 12.98 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.