Loading Tool

Explorer IconExplorer

Memory Pool

84,886 transactions
31.64 vMB
0.18725339 BTC
Random Selection Loading Transactions
Max Size: 189.37/200 MB

Candidate Block

Mining Attempt 427d04bccd46ddbf60c42a7101ed31fe944281480d2289b2557c8b4e700ef1cc
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 7ce40230fdc3498d7a22d4fe2f1a69fc1bd48a33d7f8e8818e9b4fb028998f37
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,869
Size: 1.00 vMB
Total Fees: 0.08142745 BTC
Feerates: 502.67 > 8.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (363,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,419 551,419 000000000000000000203ee003dcc426c3fc3ef92ba67a2c40c5e59604cfc170 2,210 1.00/1.00 vMB 71
551,418 551,418 00000000000000000019607cdf27a9fc6c066a224d03460c8e3081e7262b2d64 1,391 0.69/1.00 vMB 19
551,417 551,417 0000000000000000001fae8ab7aace2aa54dcf116e4456394455e8e901de01fb 791 0.50/1.00 vMB 15
551,416 551,416 0000000000000000000fa27cd3e9e4e8555025802a2066692f29faa999e333e8 2,663 1.00/1.00 vMB 27
551,415 551,415 000000000000000000020729a7f600e19dbcd02ea0eb2eef35bf4878304c9770 315 0.28/1.00 vMB 16
551,414 551,414 0000000000000000001282ccf54d98594ccf740602f42c7f8d7e2d1cab6647d8 381 0.12/1.00 vMB 28
551,413 551,413 0000000000000000000d8fb4754f4df3a09e0b9efdbf968e4775dbcec5d2848c 1,211 0.82/1.00 vMB 13
551,412 551,412 0000000000000000000cc131f51c0d521e46735a8d1075e4484cededd62ad0b4 2,661 1.00/1.00 vMB 14
551,411 551,411 0000000000000000001d9c10593cc672e910e16b1f1c9d237534bf9587212a11 2,814 1.00/1.00 vMB 25
551,410 551,410 000000000000000000031efb48b2eaf88a6c03ca66d8d7a63459e3320fb27aca 2,510 1.00/1.00 vMB 34
551,409 551,409 0000000000000000002172d5e2b4d119dbd57661dfa19fc5f913eab7cecad555 2,784 1.00/1.00 vMB 57
551,408 551,408 00000000000000000010e7e768e3b7dcd837fc7811e702970bfb3f5c81d69e53 220 0.13/1.00 vMB 11
551,407 551,407 0000000000000000000f7f535cbd571d406f0c767d035c9c98c6b6ac77f3450d 1,226 1.00/1.00 vMB 2
551,406 551,406 0000000000000000000aeff7a5eeb0850726394f698dc3557ce56aadd09a0dde 2,453 1.00/1.00 vMB 37
551,405 551,405 000000000000000000077d834891ebc4d501e2b565b9951d53315afb7d82c3fd 620 0.30/1.00 vMB 25
551,404 551,404 00000000000000000002c26a428bcde168866994fc8d0ad40d16a5f3cb5c62e7 2,145 0.98/1.00 vMB 23
551,403 551,403 00000000000000000009c78d56ba39c076acf1233243beaa4f07daf221eb41a3 2,220 0.92/1.00 vMB 19
551,402 551,402 0000000000000000001bbbea5c6d8537e1d05c5796ea247ede1c058085866e8c 645 0.40/1.00 vMB 7
551,401 551,401 0000000000000000000dea37a0f0a08823c6d718dabbd146c6cce7bcf8df42b9 1,733 1.00/1.00 vMB 30
551,400 551,400 00000000000000000026b7897bbcc8176f96c7f380871537cc690737322a6fc3 1,028 0.39/1.00 vMB 25
551,399 551,399 0000000000000000000ea0fac1970784366f63d7760bb21452e1a4f31906f317 1,796 0.73/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.65 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.69 GB
    • Received: 16.31 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.