Loading Tool

Explorer IconExplorer

Memory Pool

81,580 transactions
31.05 vMB
0.08744670 BTC
Random Selection Loading Transactions
Max Size: 188.40/200 MB

Candidate Block

Mining Attempt 2eaa8e820e7b6ecd261152dd5e26d12b78916e61593a7fc5e401e6fb92f1d537
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 3192c50b0bb3b83465a855e9a8e19fbe278014da0f4ce915df9ad7c18bd0d2c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,662
Size: 1.00 vMB
Total Fees: 0.02055344 BTC
Feerates: 100.69 > 2.06 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (104,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
810,953 810,953 00000000000000000003a69892aef40d6030e33560bd314fce58c510d10b1c85 2,371 1.00/1.00 vMB 22
810,952 810,952 00000000000000000004c40613501d95df52634f2dc539b8153a0a374579c2ca 3,304 1.00/1.00 vMB 40
810,951 810,951 000000000000000000028ffd990f514c589e19da158469ae64512c0d2837bdad 2,068 1.00/1.00 vMB 49
810,950 810,950 00000000000000000002388e68654b8439c6449e0d121ab18fd96c44fa55fd9d 2,936 1.00/1.00 vMB 27
810,949 810,949 00000000000000000002620bd285594adfc486cf27a0e82d5a71cca9c49e98c0 1,862 1.00/1.00 vMB 11
810,948 810,948 00000000000000000001bfe62b1325e6104adfeb5089aa866f31628504d3d294 2,209 1.00/1.00 vMB 18
810,947 810,947 00000000000000000004743f7a5774f1715981452955a49afa38cd6b8b821e0d 2,864 1.00/1.00 vMB 34
810,946 810,946 00000000000000000004b2c3351ff83a7883acd7c4baa17a35f64c0e2cfc9c11 3,438 1.00/1.00 vMB 45
810,945 810,945 000000000000000000040278e4db045cd687f2cd949137b26d02790db3b2b42e 602 1.00/1.00 vMB 6
810,944 810,944 0000000000000000000196251507b07d4cc77812fae9f1ba8d7a6b21b40aa30e 1,846 1.00/1.00 vMB 18
810,943 810,943 00000000000000000002764ecb3315e8faf03276200be5fca45c7a7402460e2d 1,709 1.00/1.00 vMB 18
810,942 810,942 00000000000000000003d32dd26624fdd9616b20f9d7188207a5a4d6b21b6b89 1,807 1.00/1.00 vMB 14
810,941 810,941 00000000000000000001978ab4951a4892b0fbc7cd28e95ea32105f3e8b49d6a 979 1.00/1.00 vMB 9
810,940 810,940 000000000000000000037f63021e9cb1a0635d6fd263947d955cf2a530241a31 1,895 1.00/1.00 vMB 11
810,939 810,939 0000000000000000000188c90138e696913f2e2031c5e110a8252a16797e9146 2,059 1.00/1.00 vMB 14
810,938 810,938 00000000000000000003a45dad1ab402c3315fc7f473e222733aa487e0ba1182 2,501 1.00/1.00 vMB 30
810,937 810,937 000000000000000000016d7a6ade598a05895c07447796e920a3579e180dd6e2 3,328 1.00/1.00 vMB 32
810,936 810,936 00000000000000000003d226f612683ebc6cddb7e2e942bd7663a60f11816230 3,241 1.00/1.00 vMB 45
810,935 810,935 0000000000000000000224a3f0e6a551faba099123dfc0b58cbd5a6baab5d369 1,665 1.00/1.00 vMB 44
810,934 810,934 00000000000000000002eaf9e955bf40f75ab7b2c5a89e6334099035e74feb08 4,268 1.00/1.00 vMB 50
810,933 810,933 00000000000000000002a2ebb661f296a593a6a571b48e24324acf7fbc31a0fc 3,151 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.72 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: 702.36 GB
    • Received: 16.63 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.