Loading Tool

Explorer IconExplorer

Memory Pool

78,529 transactions
28.85 vMB
0.10933113 BTC
Random Selection Loading Transactions
Max Size: 175.15/200 MB

Candidate Block

Mining Attempt 85349eebd9220fe820f16d5088dc627f1f90b1049f1f9045c9a9b6cd215fcdaa
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 9adc5527c6da209546dd3e7f92979d4f251a4db14d51fc3ee04016f8c4b274a6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,090
Size: 1.00 vMB
Total Fees: 0.03882789 BTC
Feerates: 602.26 > 3.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (821,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,343 93,343 000000000007e6295dfa652d476ad743d92f679bd9b74c4de6788d1a2e627c81 4 0.00/1.00 vMB 599
93,342 93,342 00000000000831f868167ecfaf99eeb00177447dbf92ac8de0dfceb919e33fc4 3 0.00/1.00 vMB 2,079
93,341 93,341 000000000008e8d51d74e34c6b100a49040a482957aef6d3ede4ffa38f736b95 1 0.00/1.00 vMB 0
93,340 93,340 000000000000fb1d3b9182f71c671f65f272c7e35901a92cdce9ac7444d5920d 3 0.00/1.00 vMB 3,875
93,339 93,339 000000000000872124bc4339a674845e41bb23f5480bdeff22fdbf28452b5b62 6 0.00/1.00 vMB 1,544
93,338 93,338 000000000006c5395232753894f893b70844dd1ea3fd5f19cfc880e8315f1843 3 0.00/1.00 vMB 0
93,337 93,337 0000000000017fb01985d6230285478b5c9cb02e83a07eefd4d33e76b736a156 1 0.00/1.00 vMB 0
93,336 93,336 0000000000032937203be103af341374fbfd7a33b8d8a6f4c229b31e0d7b357a 3 0.00/1.00 vMB 378
93,335 93,335 000000000002873a865d212af768b750eb3b2a3fa43d0ee5fadcf2aae1892c71 2 0.00/1.00 vMB 0
93,334 93,334 0000000000092136d0dc28783cd15068ff84e53928c617e66a11f91b9cf3f11a 7 0.00/1.00 vMB 478
93,333 93,333 00000000000850185b1f9590ec26ac5c326284404736125eac10025a4991e008 2 0.00/1.00 vMB 0
93,332 93,332 000000000003e7e2621afd771d37530339e56e663baaea1988ac2f33a9bc3bb2 1 0.00/1.00 vMB 0
93,331 93,331 0000000000042dfd7e46be66ab645c36fc5d5477ce908c2e70364b36dc50a9db 3 0.00/1.00 vMB 0
93,330 93,330 0000000000069c4205e676f9654f6cc72404912a5815117728ef70d9a05b8d60 1 0.00/1.00 vMB 0
93,329 93,329 000000000003980e0fc64f2c3bd3d9e41328a22d910aacba53930ad9ff19e1f9 1 0.00/1.00 vMB 0
93,328 93,328 000000000008d23546315a107f0da90f531e8dd71782fcfc3c00c2d72989bd96 2 0.00/1.00 vMB 3,861
93,327 93,327 000000000002184d6fee9a9b54d38fbfb8a393f6b4b1f76c9186a4e6029f4c29 5 0.00/1.00 vMB 0
93,326 93,326 00000000000014162eec84ed7ff747482a7db827cac4a3386746c023bb65e3c5 1 0.00/1.00 vMB 0
93,325 93,325 0000000000083e43f423f9b3656993be71c3592a173666d818000f5a05e8f895 2 0.00/1.00 vMB 3,861
93,324 93,324 0000000000024f6f3e581b9b8e11bc0361c6f4d0a1f322f253d6eebc5f13bb39 1 0.00/1.00 vMB 0
93,323 93,323 000000000007fdc7efca2fa3addde2c3b2d83bdaa21bea5bb0985b37c9b156c0 2 0.00/1.00 vMB 2,277
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.53 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.