Loading Tool

Explorer IconExplorer

Memory Pool

78,517 transactions
29.43 vMB
0.06864704 BTC
Random Selection Loading Transactions
Max Size: 176.78/200 MB

Candidate Block

Mining Attempt a0f9fc184d83c2cd9d5d5197917a99852bdf24b53554862d02d3c00efbcd0da0
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root ac08a7dfb5df44dc8d164a2c02b6e57ec3f47d3716b0109acf34aea9dc13809c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,042
Size: 1.00 vMB
Total Fees: 0.00894170 BTC
Feerates: 150.77 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (394,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
520,228 520,228 000000000000000000146bd7099649df76e0f4e8cbaf24d5d4ecec45cb277ca6 2,074 1.00/1.00 vMB 81
520,227 520,227 0000000000000000004366c7fa0cca72ce869e509a3c2a32392c41ce1cbcdd07 933 1.00/1.00 vMB 21
520,226 520,226 00000000000000000035a6696f1f32a5a73d6c9d96e83941a1ca0089e9914f2d 926 1.00/1.00 vMB 16
520,225 520,225 0000000000000000001d4ab1d6c93ee939d5587f95751fc1239b1a5cd264534a 2,269 1.00/1.00 vMB 45
520,224 520,224 00000000000000000000a04f8ca9ac7ffd0ebca66e6e008b360fdf2de9c8c811 658 1.00/1.00 vMB 8
520,223 520,223 000000000000000000321700040291c398b8c23903392772300f2dd4d3f571c4 2,463 1.00/1.00 vMB 48
520,222 520,222 00000000000000000034aad95bf88458abefcd1d28b116d6717756c450814c13 817 0.46/1.00 vMB 55
520,221 520,221 0000000000000000003a1e34fe22cc9195950c2610c92b5b44e2954adb733532 1,565 1.00/1.00 vMB 35
520,220 520,220 000000000000000000361dddeca0f88bdc061b653f9db26f55c0fae2e4c5f9fe 394 1.00/1.00 vMB 8
520,219 520,219 000000000000000000122ed43bb30664512fae0b986bdb4516fb87d0ad9c6a64 1,716 1.00/1.00 vMB 48
520,218 520,218 00000000000000000007bb9425d1cf1311c991441ce2fe16ae012174a54cdbc4 1,055 1.00/1.00 vMB 20
520,217 520,217 000000000000000000119dfc500980951d9f0059f2a39ffb022393e899b34572 1,625 1.00/1.00 vMB 44
520,216 520,216 00000000000000000014efc2c63686d449b4cd2fe0e1b951a1b5f225335e023a 1,553 1.00/1.00 vMB 26
520,215 520,215 00000000000000000013b5a37cb5400b355b8160f9721a9eb3e8f2bcb5d1d49a 2,165 1.00/1.00 vMB 74
520,214 520,214 0000000000000000001a27689cfd739368c6ac33620a4cc70a1b11e4facb864b 1,891 1.00/1.00 vMB 19
520,213 520,213 00000000000000000039ab7fc01e365c03b10bc64c352646acef09f346c5ea53 2,479 1.00/1.00 vMB 38
520,212 520,212 0000000000000000000d94115537e9febb973a7576b862cb0eaa937037f081c2 2,575 1.00/1.00 vMB 34
520,211 520,211 00000000000000000009154770842c6dc961bb64504c9dd5b6b4fa4a3209a4f8 1,946 1.00/1.00 vMB 56
520,210 520,210 0000000000000000001db0229bdb120d4c4f52eead08c45a292f4e733954d0a2 2,364 1.00/1.00 vMB 62
520,209 520,209 0000000000000000001e4d2dd10b2af0843cd6b61937adcf828a19e99b57cddf 3,776 1.00/1.00 vMB 107
520,208 520,208 0000000000000000002f87961bf9d01a513fdad0c2701fe2cd5062d42f02e141 977 0.99/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.38 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: 664.44 GB
    • Received: 14.97 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.