Loading Tool

Explorer IconExplorer

Memory Pool

78,960 transactions
29.65 vMB
0.09118904 BTC
Random Selection Loading Transactions
Max Size: 178.90/200 MB

Candidate Block

Mining Attempt be9374337b62f8fe5081e4c2e5d31d7a3821435ee74dbb2ab02e3f0461945d61
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root fc56aa2cdec0657ca7a4e6eb03809fb72a1c189a1c58941168ff4140bf079d28
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,509
Size: 1.00 vMB
Total Fees: 0.02547496 BTC
Feerates: 251.00 > 2.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (76,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,540 838,540 000000000000000000009bd475ec26eae46b5938c2bd382ddf7a495dd96288b5 3,372 1.00/1.00 vMB 30
838,539 838,539 0000000000000000000039a35ab0e38530916e747d15d46dd33f88420a82199e 4,070 1.00/1.00 vMB 20
838,538 838,538 00000000000000000002f0ba0cc86c4a5cba30a004e129292b114f26869ee4c0 3,553 1.00/1.00 vMB 19
838,537 838,537 000000000000000000033e802af8ccc60f062a2d6d0e54aea82a22da132fe02d 1,859 1.00/1.00 vMB 12
838,536 838,536 0000000000000000000156120a1ca569b1db8034bbd5df110c7d2fd80a4600b4 3,107 1.00/1.00 vMB 12
838,535 838,535 000000000000000000006aa77730c8a50c40b9ea2409f0801b1665c4c3431d46 2,368 1.00/1.00 vMB 13
838,534 838,534 00000000000000000000720af56b7e5cb436f401dafd6c26e054d729ce530f31 1,828 1.00/1.00 vMB 12
838,533 838,533 00000000000000000001e10f8dd8715ff95e1fc7a1d570f033e2a6699225aff5 2,873 1.00/1.00 vMB 12
838,532 838,532 000000000000000000008506fcf3dc2499b91705d82a2aee60773059c36422fd 3,310 1.00/1.00 vMB 23
838,531 838,531 00000000000000000000d5181d13f556f701409ce2e021c4fd449bf6d60f4c77 3,153 1.00/1.00 vMB 15
838,530 838,530 000000000000000000018b2afa6299933b5d40540629148d39daa5661b2b600b 3,348 1.00/1.00 vMB 24
838,529 838,529 00000000000000000002aa1e6f1abd55cdf2c7c1d967c64438e820fe16cefc15 2,977 1.00/1.00 vMB 21
838,528 838,528 00000000000000000000519cfd04244d0e60429ce2934d92bc3b784d64feaaf6 2,530 1.00/1.00 vMB 26
838,527 838,527 000000000000000000027a459404e3340d377cc4e2f2fdbd2f41c84b132a59d3 1,581 1.00/1.00 vMB 13
838,526 838,526 00000000000000000002bdcc76c791e8eeb5f457f18a3d7de05dbe85bf06c49b 2,565 1.00/1.00 vMB 19
838,525 838,525 00000000000000000001f1dffff0b4f78eaeac3dbac743a9569abedd2d8c4e97 2,058 1.00/1.00 vMB 12
838,524 838,524 00000000000000000002a311d709c0b075662fcf7fc3da7f87802785787469ba 3,162 1.00/1.00 vMB 26
838,523 838,523 0000000000000000000157d97c6813789ff80c6599f8bfc0f055bbaf8a9185a0 1,186 1.00/1.00 vMB 13
838,522 838,522 000000000000000000015e14e2ab19ab833710e8abd6f797d331d07a627f076f 1,426 1.00/1.00 vMB 16
838,521 838,521 0000000000000000000222beb363b6c0b4c0600a35774a9fa17306307005378b 1,719 1.00/1.00 vMB 21
838,520 838,520 00000000000000000003411770c6234064b2f3ea057151d48bea14fdea408699 2,128 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.