Loading Tool

Explorer IconExplorer

Memory Pool

78,501 transactions
29.25 vMB
0.10480470 BTC
Random Selection Loading Transactions
Max Size: 175.92/200 MB

Candidate Block

Mining Attempt 208d129e8878d7303bb22bb9391cff94dcf6c8a42221057a1904de5a95c7dc2e
Version 20000000
Previous Block 00000000000000000001a2148a353b227d382a7d8eddccbe4a14c874fc92a04e
Merkle Root a4cf6a7cf4eb277d99690f2a3b937c61cc3b80d4fdfa1d7c2808d006bf33be6a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,364
Size: 1.00 vMB
Total Fees: 0.02886604 BTC
Feerates: 144.91 > 2.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,267 (532,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
382,307 382,307 000000000000000002c86e41e48abab3373e7714f45e735819f44ac3b82ffde3 549 0.95/1.00 vMB 10
382,306 382,306 0000000000000000096a1c5488845e7b86de5ec9e7be88f881866f1c710e1e9f 422 0.21/1.00 vMB 23
382,305 382,305 000000000000000007dd9be87a09ff4a7ac4dc4586bbef9613ebb0b7f15d7a60 1,962 0.92/1.00 vMB 32
382,304 382,304 00000000000000000abc91a1de5880d4bbf0ab7c5a9790bbd8602ec20f19e253 761 0.41/1.00 vMB 30
382,303 382,303 0000000000000000020c0fd054e254883afafc886a9a13759a03fb6aa66925fa 799 0.83/1.00 vMB 10
382,302 382,302 000000000000000004b31f2f6bd68d5d9e40bce73207069ffad4b3f8175cb4be 1,866 1.00/1.00 vMB 30
382,301 382,301 000000000000000008e1e5253933ab3271476fd867370e8a8bd4f888b7bf834b 2,423 0.95/1.00 vMB 40
382,300 382,300 00000000000000001164e2256447d19d8d3a4d79befd6f4719b102b8cc541c55 2 0.00/1.00 vMB 0
382,299 382,299 00000000000000000bb794c0ffa0e3de8ed0ce1a53419f250478a1199be83462 1,789 1.00/1.00 vMB 35
382,298 382,298 00000000000000000ab76aa20b0116281bf301a754e7af4c9dc27d3659697fde 1,592 1.00/1.00 vMB 31
382,297 382,297 00000000000000000d16fd929256697fcd532b8f061e09c6769245a458a88b5b 852 0.89/1.00 vMB 22
382,296 382,296 00000000000000000dfceb674716991198aa8a0048feeffe247d7d0dceb35c2b 1,065 0.95/1.00 vMB 21
382,295 382,295 00000000000000000f946ba4bebe1b9b5e92f1453d57fd5dee00c32dc83a03a4 596 0.99/1.00 vMB 14
382,294 382,294 00000000000000000d085377388ee2753e84b7b7e753ae61338e3f89711b8dcf 1,474 0.95/1.00 vMB 33
382,293 382,293 000000000000000010655c1558a0f8c1405acfcda5862b480f6dbbdb7456ff05 1 0.00/1.00 vMB 0
382,292 382,292 000000000000000009d9cd73de6547a7b48a569667a7f9d4f223c74df2a12a3e 3,074 1.00/1.00 vMB 52
382,291 382,291 00000000000000000687a6f30310aed553c4a5f398c0f133e2751b6409a22476 1 0.00/1.00 vMB 0
382,290 382,290 0000000000000000116743d9a67240eaa2e34058f23168157d83fd3541cb94fb 275 0.63/1.00 vMB 9
382,289 382,289 000000000000000009c1cfdd36a7f5a46861a804214c0066e954f64ad7e93d11 843 1.00/1.00 vMB 21
382,288 382,288 000000000000000000bc9c35bd258ea023079b042c4d1d8909d49c9e36216e92 2,182 0.75/1.00 vMB 47
382,287 382,287 000000000000000007bbcf4ae00479ab0083aea837d16b07047e4f93f3069d2c 788 0.48/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.85 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: 712.81 GB
    • Received: 17.22 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.