Loading Tool

Explorer IconExplorer

Memory Pool

80,293 transactions
29.53 vMB
0.13561186 BTC
Random Selection Loading Transactions
Max Size: 178.34/200 MB

Candidate Block

Mining Attempt 38fb66b9bc025eeb0e294c03e8688c64589abd47363525f5d47757d1af0fb50d
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 00b57bd31418e25601ef6f360616658c9813d416236368ad238e03525c7eb6a9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,216
Size: 1.00 vMB
Total Fees: 0.05001993 BTC
Feerates: 602.26 > 5.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (239,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
675,536 675,536 000000000000000000083cc4e8b07fa2038474c51a38c53d253c7bdb11101e17 1,559 1.00/1.00 vMB 19
675,535 675,535 00000000000000000000ceaff6991e51d8ddd0174f6d6e2827debd03f0750304 2,567 1.00/1.00 vMB 59
675,534 675,534 00000000000000000003166ae8f4e18e4f71e8afa0cc26e21a8e3b5aaefb3c15 2,197 1.00/1.00 vMB 30
675,533 675,533 000000000000000000058cec8f89f4389e8696bc12c9a8f83293ae62ecd00c5e 2,486 1.00/1.00 vMB 69
675,532 675,532 0000000000000000000a18a7f4fc441f8279e34632c6bc0716db43e8c17cbd73 1,188 1.00/1.00 vMB 22
675,531 675,531 000000000000000000070f812633a9399ac6e3bdd674dbaf502bf04d3e48ab95 132 1.00/1.00 vMB 16
675,530 675,530 000000000000000000021a6ac6993cc9393a707f65c13b38f86eebbabe2b4014 720 1.00/1.00 vMB 27
675,529 675,529 0000000000000000000c235aa63dfcfee1797e179a073d9d6e474926b0e0a465 2,109 1.00/1.00 vMB 58
675,528 675,528 00000000000000000009e98d43bc9f25702921917656012bf96671e53ccc2f3e 2,270 1.00/1.00 vMB 63
675,527 675,527 000000000000000000039272a2f4d417ac7bb94d901149d94e74ec4d33cebd00 2,228 1.00/1.00 vMB 41
675,526 675,526 00000000000000000006f2f5fe363ebbbde3bbe611923ac7119d3df3b1a1eb20 2,403 1.00/1.00 vMB 40
675,525 675,525 000000000000000000010355501bb65fa4845d3a01ed0e0da52aabc9a38ac15f 2,466 1.00/1.00 vMB 109
675,524 675,524 000000000000000000031d8595c764cc2d9ee12cdd215a0377d18806e848802d 1,746 1.00/1.00 vMB 44
675,523 675,523 00000000000000000000c5e34412b232e552e3a27def679cf28b886f74ab84cc 492 1.00/1.00 vMB 27
675,522 675,522 000000000000000000096ee304a2a90757ab3e781ae0d10d5744c9880bd76b9b 1 0.00/1.00 vMB 0
675,521 675,521 0000000000000000000aecc3b24331c0c0bae7383540ffb1bfb0f7e5f2cc9ecc 1,436 1.00/1.00 vMB 37
675,520 675,520 0000000000000000000ba6c5daa946093f78bd3ce9e953afd04873b6b2c0bd3e 2,560 1.00/1.00 vMB 66
675,519 675,519 0000000000000000000abf9760e8e7b382ce481bb0495d21093889bbaeb40953 1,362 1.00/1.00 vMB 38
675,518 675,518 0000000000000000000cb5f01acf191bd224787180d51d39a7040c7498ca3474 2,359 1.00/1.00 vMB 52
675,517 675,517 0000000000000000000bab4c0e5ba8750c6c8d2dfa09d7d2b04f89dc859412fd 2,476 1.00/1.00 vMB 92
675,516 675,516 0000000000000000000ab703bfebaa97ca5a76a540f57307f1762c1ee8cf80c2 1,648 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.92 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: 714.47 GB
    • Received: 17.54 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.