Loading Tool

Explorer IconExplorer

Memory Pool

25,699 transactions
11.93 vMB
0.02759837 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.60/200 MB

Candidate Block

Mining Attempt 42c4e6dbd758dc3d8a5d9ada17438d343c54aab1d0a9d3e47f32a02476fb6ee7
Version 20000000
Previous Block 000000000000000000011c6ffe8f2c6e6492a01ddc7975c23cfd7599e2579843
Merkle Root 20cfa6f333ebbe52ed52201a90edcf0774d326503a305a0b12554baf62e1c968
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,160
Size: 0.997868 1.00 vMB
Total Fees: 0.00767074 BTC
Feerates: 100.65 > 0.77 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,776 (764,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
149,595 149,595 00000000000001dc86f1ceaa830e3752cdf42ef6a7ba19bd874a008bd580b50f 63 0.03/1.00 vMB 192
149,594 149,594 00000000000008093ef68ffb7d4ee8653cbf973b8fdd43aedf96a490135ded19 12 0.01/1.00 vMB 206
149,593 149,593 00000000000005b222a1483ec8b7fc70608a7d565abe147df5d8413f888d6c09 62 0.02/1.00 vMB 194
149,592 149,592 00000000000009daf0e1fb44bac579d93e3cafc6263fab11c501687186cc0137 20 0.01/1.00 vMB 247
149,591 149,591 00000000000005b6c1581b50691e3eea2973193333c6cf940ec9ba404a4ec872 20 0.01/1.00 vMB 136
149,590 149,590 000000000000081349e7e9bfaa85e4bf5760a52a54206f72b8943e5a63bfa6dc 64 0.03/1.00 vMB 578
149,589 149,589 000000000000091dd41813a14b03208459389872909b11edb5f1af3345020051 114 0.04/1.00 vMB 126
149,588 149,588 000000000000038dc984b46d534d5c48e2bffa3311d74fa671f10cb87d31b984 36 0.03/1.00 vMB 142
149,587 149,587 000000000000016766a9096edede684eba6e7a053a3a0ad257e68cc1401c965a 171 0.05/1.00 vMB 88
149,586 149,586 00000000000002419eb80a55598f4e21babdc55af61942d631debfe38e4bfd19 12 0.00/1.00 vMB 0
149,585 149,585 0000000000000390a4b50f47f48c4e08cbe4ba8a3dc311283d3ef1ad3e7365b4 12 0.00/1.00 vMB 260
149,584 149,584 00000000000004c6fd923d6daf47240d53e95c66a81abb14172e84a16706e0b5 21 0.01/1.00 vMB 165
149,583 149,583 0000000000000961acd8c921b263168a810ae6489b714b4c3e3c9c2f0a7f4868 12 0.00/1.00 vMB 0
149,582 149,582 0000000000000b29130e8f5539c139c0d906dc92acd7360bfd3ba8fe513d33cc 11 0.01/1.00 vMB 36
149,581 149,581 00000000000005699bd1932bf5774220bb5e48069a0410cd8945abf65d3e453a 9 0.00/1.00 vMB 0
149,580 149,580 0000000000000b3331d5275af284a90c7634236f7814d2bdff0aeb64b9268b51 35 0.01/1.00 vMB 295
149,579 149,579 00000000000005c65db107f9e71a531517175f43b5c3319d8a6f846417cf0a12 7 0.00/1.00 vMB 0
149,578 149,578 00000000000002d8a3cfed6fca936dc25289f339f8662bd436b5f2f2ac37ce36 18 0.01/1.00 vMB 33
149,577 149,577 0000000000000ad4ba837215dc94ce32e4cd7ead7625a84fdef2716480250ab0 62 0.03/1.00 vMB 330
149,576 149,576 00000000000008963c37e966c4173955d4c23182c4518c601748a296584d346f 7 0.00/1.00 vMB 15
149,575 149,575 000000000000082dac2aab4343240752b38132e025680d71977559dfa48f4c89 29 0.03/1.00 vMB 441
Previous 10 blocks ↓
Total Size: 780.23 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: 507.98 GB
    • Received: 4.16 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.