Loading Tool

Explorer IconExplorer

Memory Pool

39,837 transactions
28.00 vMB
0.05843109 BTC
Random Selection Loading Transactions
Max Size: 142.89/200 MB

Candidate Block

Mining Attempt b40acdbc6bd002150e533be39447424e606a6c21297c85fe9833b5aae62bdd9d
Version 20000000
Previous Block 0000000000000000000210ce047a899c3165142ca92db23549562eea5202e5a5
Merkle Root ab4632daf7f975cdb57e1c7ee919581115e31103a2caa9c0ec02d0da7d8db417
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,282
Size: 1.00 vMB
Total Fees: 0.00464259 BTC
Feerates: 50.62 > 0.47 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,633 (525,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,305 389,305 000000000000000001ea46fbcda45a018363a6856807639a5bb93640cce8408b 2,587 1.00/1.00 vMB 40
389,304 389,304 000000000000000003308da03dbc9964473bc7c3676842a6bbdecb84ede1bc78 1,342 0.65/1.00 vMB 33
389,303 389,303 00000000000000000ae1512e6a9f49ccedc3f31c7a5199a85bccd60054d1fe83 2,307 0.95/1.00 vMB 41
389,302 389,302 000000000000000007b3a176e1e1b1b8b41e30530134bfa826f31c687368ddf2 270 0.16/1.00 vMB 30
389,301 389,301 0000000000000000077e6f6e618c5b431f634f17519463d8806d3fa6f45836a7 1,416 0.75/1.00 vMB 36
389,300 389,300 00000000000000000a60d942cc01288c0172b2e60af24741080eed4ef9714bcf 1,089 0.72/1.00 vMB 27
389,299 389,299 000000000000000002d1474efd5f95d6863d5968af16bc404393aa8c21878b84 1,742 0.75/1.00 vMB 46
389,298 389,298 0000000000000000098df438308acae2b16b433e0fe63521b4120ab661d7ea15 653 0.64/1.00 vMB 11
389,297 389,297 0000000000000000036f2d339d940cb82e28a584c9f8f6494e01d41ec00f3d04 184 0.08/1.00 vMB 41
389,296 389,296 00000000000000000235c61bd1664ddec2359f8b879cce549442024b0ef881bb 727 0.69/1.00 vMB 23
389,295 389,295 00000000000000000a9f89924fee4d49d434354b4b28fa25a39b0f9cb2669394 1,233 0.43/1.00 vMB 17
389,294 389,294 000000000000000001692666ade323ea75555fc4e5b7e6a53803025cb5b91b82 989 0.93/1.00 vMB 19
389,293 389,293 00000000000000000b23705c8e6ae8f46f8ec4d47937dd38c3e2a0fb042126b3 1,840 0.75/1.00 vMB 42
389,292 389,292 000000000000000007a58d68bae3c429601c4ae04323ad6b19d2f9e8f6fa1486 558 0.26/1.00 vMB 31
389,291 389,291 0000000000000000066d920e3c050054461a8adc17f47a5f17a7c7fe3e4ce33e 785 0.45/1.00 vMB 32
389,290 389,290 00000000000000000a8e7ac0410c14ec3e0b2f39ffe9c627fc56f7494f0edb10 1,970 1.00/1.00 vMB 26
389,289 389,289 000000000000000000568c5c1e4e6854aebfc5358313a9ebf03f6b4fd03fd446 1,629 0.75/1.00 vMB 31
389,288 389,288 000000000000000008188c44b7fd317bc30746a855b0df6f867aaa250a919fe6 2,029 0.75/1.00 vMB 62
389,287 389,287 0000000000000000073956e3b449c28365361a13270c5e9ebc83ef1778ad6968 2,040 0.75/1.00 vMB 108
389,286 389,286 00000000000000000b95c2fea3d19b9a0450a9d095d1043116065c453f3994f9 2,668 0.95/1.00 vMB 44
389,285 389,285 000000000000000000d4ff2eb27bd6451d7dbafe2991cf71d1eb307efdada97c 845 0.34/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 781.74 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: 630.39 GB
    • Received: 12.03 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.