Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,812 transactions (0.84 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,367 000000000000000000022b910000000000000000000000000000000000000000 ago 0.84 vMB 2,812 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,366 (300,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
610,619 610,619 00000000000000000004ef7416b8d97a7bc95c5ece5eae706e3274115c80fefc 1.27 MB 2,801 8
610,618 610,618 0000000000000000000a5f119dd095d10f3fd03674706c93c44d8ec55b573c58 1.28 MB 2,974 16
610,617 610,617 00000000000000000003c3e880b8c30f3bff4e1f16a73c42d5d0c66fe7a09284 1.34 MB 2,553 21
610,616 610,616 00000000000000000000166f77a8500328caaa61c7458b7a6e0afa107f2acef2 0.95 MB 2,195 14
610,615 610,615 000000000000000000046a71120325a79558fecc31d1721b8a98d3667f89cc7a 0.46 MB 1,133 14
610,614 610,614 0000000000000000000465da70a3247e619e478ae45bf048e33a03a09a0f8dc2 1.36 MB 2,723 12
610,613 610,613 00000000000000000002e115eeead81ee6977eb7697c267748cb5bf8b4dd761b 0.13 MB 275 21
610,612 610,612 0000000000000000000e27bcd20a2c05064636b6abd52975d59062a803d86fb9 0.09 MB 143 23
610,611 610,611 00000000000000000013c350d088bc53f9db232c9af04ba032c33e0405644101 0.07 MB 173 10
610,610 610,610 00000000000000000004d01f79dacd171a995b0eef0ab50edf502089f3714856 0.64 MB 1,482 16
610,609 610,609 0000000000000000000df87d6159b4eb20a5978d96ec62b04b06a3f063e789eb 0.40 MB 794 14
610,608 610,608 0000000000000000000563bf76850ed6926c4fdd55454051ce2d8712dd3553d5 1.34 MB 2,441 9
610,607 610,607 00000000000000000002a9ff9b5ae08c4549b11c980e116d6b6d4c0d83107ca9 0.58 MB 1,219 11
610,606 610,606 0000000000000000000781106f3b9e060104ec3a315ffc0dde9527725b1a2149 0.21 MB 394 10
610,605 610,605 0000000000000000000fa8c4a7e567330a59228bd4a5a363eb2b96ba81821b82 0.51 MB 1,207 13
610,604 610,604 000000000000000000116d8685ee279d79cd35f2c70abdffeae33e8723c4aa6f 0.40 MB 830 18
610,603 610,603 000000000000000000087bc98e683a0e348320128751c71c26bba4c36733ba59 0.76 MB 1,370 7
610,602 610,602 00000000000000000006faee21a733a88bc3c9ae59866a3dc21bb1405b8e331d 1.22 MB 2,811 15
610,601 610,601 0000000000000000000bd5b50f14a3fe5d0726be6683ee8bb6311e696506065c 0.87 MB 1,970 12
610,600 610,600 0000000000000000000cadcfb008bc27f6b789d0318116c213219f6c3b0e622b 0.88 MB 1,788 13
610,599 610,599 00000000000000000009242af410198a169777f2424fc5df50852a0a1944cb02 0.50 MB 1,162 11
Previous 10 blocks ↓
Total Size: 775.92 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,401.74 GB sent, 128.44 GB received

Notes

  • This page updates every 5 seconds.
  • 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.