Loading Tool

Explorer IconExplorer

Memory Pool

30,923 transactions
16.52 vMB
0.04589622 BTC
Random Selection Loading Transactions
Max Size: 100.36/200 MB

Candidate Block

Mining Attempt 4e52bea8e608b5b6d8f90e4bd899fd0f16f7b47a281647ca52b1c375075c563f
Version 20000000
Previous Block 0000000000000000000128528fa61f92b2764d3333d9daf1b5d7543e1aca882d
Merkle Root 0d5dbf91612a7a36d43de0eec955152a37e0f0f3e0a66877d240cb720e3e62d1
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 2,978
Size: 1.00 vMB
Total Fees: 0.02856341 BTC
Feerates: 300.51 > 2.86 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,139 (45 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,094 939,094 000000000000000000008321bdeb715a9c461a594cdb29497a4dc96a2d5822df 479 0.11/1.00 vMB 2
939,093 939,093 00000000000000000001e3dbc5c2b2d64efb56c2df94e0d9f3d306a59b10a6d9 596 0.20/1.00 vMB 2
939,092 939,092 000000000000000000008a8434f4f776ea2ebc8226c64d132a14d652d64b4a47 3,401 1.00/1.00 vMB 0
939,091 939,091 00000000000000000001a1c6dcea99a84469dd65130b8823e74a7d251827aee9 4,552 1.00/1.00 vMB 1
939,090 939,090 000000000000000000003c1b7fe87f86d4c20dbcabe3bdb39bebb7c2bde10277 4,528 1.00/1.00 vMB 0
939,089 939,089 00000000000000000001e06d4f858cc508b205491e124f421467ca5ef3da9396 1,255 0.35/1.00 vMB 2
939,088 939,088 00000000000000000000a71ff942843c2c3d84baa203a6108f9f8e67a57adc40 3,615 1.00/1.00 vMB 1
939,087 939,087 00000000000000000001d4adfa182a9576dd83f9c96ec328f1f9f67a092ed45e 2,505 1.00/1.00 vMB 3
939,086 939,086 00000000000000000000115551800e9d02be7f3efadf537e941489cd41bd2074 102 1.00/1.00 vMB 0
939,085 939,085 00000000000000000000150b081aac194f35baa370f79d23517cd3b3a92600b0 4,316 1.00/1.00 vMB 0
939,084 939,084 0000000000000000000092ec0ec3be53e9b9f57d4fe8d9abe2b4bc8e2da3ae0c 2,366 1.00/1.00 vMB 0
939,083 939,083 000000000000000000011b78f04b3b4b4061fc4ca9929ddaf802c3483e84f375 3,511 1.00/1.00 vMB 1
939,082 939,082 00000000000000000000656177764f2a051482076b719d5ed0748d30da1a78ad 2,102 1.00/1.00 vMB 1
939,081 939,081 000000000000000000002ed3b5043400cbdf8d27b8351f8e25330ca97b771832 3,293 1.00/1.00 vMB 3
939,080 939,080 00000000000000000001b3ed312f06f9d27a2378a421fc1b2c3f879a33112d4f 3,095 1.00/1.00 vMB 4
939,079 939,079 000000000000000000009cc7b20faa6eb0b4c32cadf697da1ddfd4dfb885077b 3,046 1.00/1.00 vMB 2
939,078 939,078 000000000000000000011bc12ca8f5fad9fb044274aa5045b85fe0e93770a404 1,426 0.67/1.00 vMB 2
939,077 939,077 000000000000000000017d851df85772c2f02e7a189126261957e6e3aefcaf27 3,330 1.00/1.00 vMB 2
939,076 939,076 000000000000000000001af5706da7c15865247c00cca5794bcd00680e5311a8 719 0.26/1.00 vMB 2
939,075 939,075 000000000000000000001102aa2cf2b8bc16e82c18b237fb2819902b0db06384 3,816 1.00/1.00 vMB 1
939,074 939,074 00000000000000000001c7fb06bb2026eccc37e91642aa8fb8f87b551292bc7c 3,702 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 825.16 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: 4,225.73 GB
    • Received: 232.31 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.