Loading Tool

Explorer IconExplorer

Memory Pool

35,810 transactions
12.37 vMB
0.15410501 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 74.48/200 MB

Candidate Block

Mining Attempt 2bfd0fd7280fa3bd9ea829de86f36f9d8be248d3182d1e949d7f442565e67848
Version 20000000
Previous Block 00000000000000000001cf815e573b122d47c2a0f15da2855cbda6efaa0e80a8
Merkle Root 975f2b79344264afb7eef545b3024c07724a627cb93dbcbd7ba2bd9f7ca870d9
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 4,045
Size: 1.00 vMB
Total Fees: 0.04929761 BTC
Avg Feerate: 4.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,036 (844,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,496 68,496 000000000168bdbbf6a5dc5962d3b0f5ee5d110aea3666be90af2889401063dc 0.00 MB 3 0
68,495 68,495 00000000041d025970b46c8586d962156ff051c1738a11730946e98dad818fec 0.00 MB 3 0
68,494 68,494 00000000036988b8a546b4094d9c728a11e58176886ddfae3d02648e475497be 0.00 MB 3 0
68,493 68,493 0000000000bdf782f4a295028af541f6d10623ebd1647af4f2c0aa5bcb7dd685 0.00 MB 9 0
68,492 68,492 0000000004143d0269e9b356414fe3abf46e7e20171f026bf319437218b8012a 0.00 MB 1 0
68,491 68,491 0000000004049b696105d71be1246b4cdeadbf6525f9ff77aa327dac4e08e606 0.00 MB 9 0
68,490 68,490 0000000000c2a0c02f03f1531e49433308b8971662c83dab06d630e47060a6fb 0.00 MB 2 0
68,489 68,489 0000000001a1ad493a11e4643c4629fb813cce25766b03f566a537a5c633637d 0.00 MB 3 0
68,488 68,488 000000000543866df4391e0ba0b909dfa1458e818abe396caf6fdc35ee900c00 0.00 MB 2 0
68,487 68,487 0000000000fe38d30a79fd0e72e2c0735657f134c6f3d74912beba93e2efbe05 0.00 MB 3 0
68,486 68,486 0000000000898897bfa5cf1accdd4eacfe1f3f02cc9930f03d084db83b226a26 0.00 MB 1 0
68,485 68,485 000000000099f2cca99f06cfd6c937f6185c2f7facfbf82775b22fbf85e2f3e2 0.00 MB 1 0
68,484 68,484 0000000003da427e2d5bdc7fab19862335f6633dc7da702ecd1f10b044d34498 0.00 MB 7 0
68,483 68,483 00000000000ffdbdb99cca74a519cc0279c14ddfca2ffc4c55ea422ca02469c6 0.00 MB 1 0
68,482 68,482 00000000027d224965ea1aa3e0438f3fe9b987c7d479830c8f32c69dde377d6b 0.00 MB 2 0
68,481 68,481 0000000003f88d7b53093177d2cbada9fa46f9833d001d0c74d052b76280ce68 0.00 MB 1 0
68,480 68,480 0000000003384128b592f897d294a0fcf6545a1ca51119a4ec2629515119d0f2 0.00 MB 1 0
68,479 68,479 0000000001da95b715078809b7ad3dad7b2c02d7c13604d01bf2dc1083b42b49 0.00 MB 3 0
68,478 68,478 0000000004070d7c9bed4fc5ef7c9bbe6b82b58f357ae835eff5a9b30702a1c9 0.00 MB 1 0
68,477 68,477 0000000000b67a856c08859e555aee2dffafe0f295d314178e7fd72747fb2c6b 0.00 MB 1 0
68,476 68,476 000000000015ae2487d1698ff0c346cdd930c712581f6d19d1123c8ea7da50e5 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 778.91 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 42
    • Outgoing: 10
  • Data Transfer:
    • Sent: 4.96 GB
    • Received: 0.06 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.