Loading Tool

Explorer IconExplorer

Memory Pool

77,624 transactions
33.71 vMB
0.13926282 BTC
Random Selection Loading Transactions
Max Size: 189.21/200 MB

Candidate Block

Mining Attempt efad63a65f32e4f40a54a2c56de619b1d7d8545e2c7a04b66c0fdf2a8dc4805b
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root cf652efe8ddc2736903a702c1dac250aa340723ad29f0c995a202a7b263b912f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,357
Size: 1.00 vMB
Total Fees: 0.02872230 BTC
Feerates: 100.53 > 2.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (37,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
878,157 878,157 0000000000000000000243a4dc09cb2cd26f14a761b5ffe92a34ffb5ab5f7cff 3,001 1.00/1.00 vMB 7
878,156 878,156 00000000000000000001fafa5ee4f5475f75681df93c751191d7d49e3b0917cd 3,170 1.00/1.00 vMB 5
878,155 878,155 000000000000000000022445e7dbeaaa6b5b499a7593a7d9bb16b8e0a483ef04 2,515 1.00/1.00 vMB 7
878,154 878,154 00000000000000000002261ea5457adb29b7271766227be0b15a3764909309ac 2,468 1.00/1.00 vMB 2
878,153 878,153 000000000000000000027b2afb84d15e50f24bf6fc586e39da4ced36716b93c6 749 1.00/1.00 vMB 2
878,152 878,152 00000000000000000001b7f506671d2818188093d362ddd9a902f0a47275c3e4 3,421 1.00/1.00 vMB 4
878,151 878,151 000000000000000000008cad0f49fa4ad8e1bd5ff733bd8aa626928957eae176 3,043 1.00/1.00 vMB 6
878,150 878,150 00000000000000000001103c10fb2caae17b46ffebfd31abea98e117f038d111 2,693 1.00/1.00 vMB 4
878,149 878,149 00000000000000000000f179e20753be3667c314aea5f4cede3fe98e5ec581c7 3,914 1.00/1.00 vMB 2
878,148 878,148 000000000000000000027ff0518d08047b48090b87d5a1e98d34701448c5ba6e 2,672 1.00/1.00 vMB 5
878,147 878,147 0000000000000000000053fda6aa660f311697bcdc300d0deb9340def783ca1c 2,937 1.00/1.00 vMB 8
878,146 878,146 000000000000000000025b25ac064bca1b280b339edc443d9aab4b1d9b6120f2 2,403 1.00/1.00 vMB 7
878,145 878,145 000000000000000000016580c557ac2839ab42c8e3797886b2fa62cf98869901 3,378 1.00/1.00 vMB 3
878,144 878,144 00000000000000000000c6c4a6406d6f045ecc85c68c1072241bfb54f6195fec 2,354 1.00/1.00 vMB 6
878,143 878,143 00000000000000000001e24452e99c7b4520fdbdb18a14fdc13feaba253e1a3e 3,206 1.00/1.00 vMB 8
878,142 878,142 00000000000000000001475b939a1be99473bd8068db66bafa030ebb55b33d1c 3,084 1.00/1.00 vMB 11
878,141 878,141 000000000000000000017d2aea9063089fdc1e100281e3b1d8ed9dacb9d237ad 3,662 1.00/1.00 vMB 4
878,140 878,140 000000000000000000020fc12b1f8f48b5a609e8c1163134a85975dd37573f5c 2,288 1.00/1.00 vMB 3
878,139 878,139 000000000000000000011e24963a1b126e945ec086e41bde06e4a97807eb7a83 1,964 1.00/1.00 vMB 4
878,138 878,138 00000000000000000000e7a026c0182a25eb096eae5dcb0d8ae7efbe5c233408 2,885 1.00/1.00 vMB 7
878,137 878,137 000000000000000000016a7a554f477a38c8e073bb0a5467f275d9fd9c0b5abb 881 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.11 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: 733.34 GB
    • Received: 18.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.