Loading Tool

Explorer IconExplorer

Memory Pool

84,318 transactions
32.67 vMB
0.08003948 BTC
Random Selection Loading Transactions
Max Size: 193.58/200 MB

Candidate Block

Mining Attempt 93ae584ea4e88f13acb5d2c1846ac5d790579d5de883acc3c1f490f0a4d38cbd
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 043d5536893244c8a72222cc989d5e85435df642502b1a5598c3c4bcf1a2c039
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,659
Size: 1.00 vMB
Total Fees: 0.01539779 BTC
Feerates: 100.53 > 1.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (254,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,822 660,822 00000000000000000009e58e0461c56e3b332b865e551370fc0806d6eb3d8b2a 2,963 1.00/1.00 vMB 67
660,821 660,821 0000000000000000000bb5531f66f8fa7555b2f21891bb8cacb231c3dd8e8e0f 2,913 1.00/1.00 vMB 96
660,820 660,820 0000000000000000000e8ec31e9562975174de594158d6c6fffcf1871da29706 2,092 1.00/1.00 vMB 25
660,819 660,819 000000000000000000023689b5c953d3b8663bb72d8f5234a7cf0500e8c1f312 2,420 1.00/1.00 vMB 38
660,818 660,818 000000000000000000018131a8748ced25b8d2a5d73fa85c59e24fd489ed84ea 2,629 1.00/1.00 vMB 17
660,817 660,817 0000000000000000000d5965d34845f3caa6f168eae8b0960bd2bfca99cca9af 1,989 1.00/1.00 vMB 30
660,816 660,816 0000000000000000000c8d7b65532f23676a2f83f5efe987655cd58cc3983163 2,875 1.00/1.00 vMB 67
660,815 660,815 000000000000000000025199815a22d693abe216802a3a424231d4260f2819b5 2,705 1.00/1.00 vMB 75
660,814 660,814 0000000000000000000b5919828ddcb1e253a8f7a7d44651ecdfc28abbcd3161 1,963 1.00/1.00 vMB 63
660,813 660,813 00000000000000000006598f99c250f53574a0bb7ec27622718287774c883d34 2,346 1.00/1.00 vMB 22
660,812 660,812 0000000000000000000bd3f579f06fb0bcc65e508c1e7d9d22ea34a3aadcf54c 2,791 1.00/1.00 vMB 64
660,811 660,811 0000000000000000000c8aa1003d44a39d31182bd2b185e71e050791327a93c8 1,014 1.00/1.00 vMB 17
660,810 660,810 00000000000000000006962eaa452b948899a7e885670290594318eb4b043c98 2,638 1.00/1.00 vMB 36
660,809 660,809 0000000000000000000327883e979953bb7ca899a2323dff7a2c9c3d96d36a72 2,315 1.00/1.00 vMB 38
660,808 660,808 00000000000000000001742ea485e614b2fb01a1660ab0c6b763c058ea4a66b0 2,951 1.00/1.00 vMB 29
660,807 660,807 00000000000000000005cb73641ea29a8a37aaf3bcfa3832bee1cf994cbe16fc 2,726 1.00/1.00 vMB 79
660,806 660,806 0000000000000000000bd60e658ed9cb956ee6b62afb53bcd0551a92b7f5e34a 3,148 1.00/1.00 vMB 33
660,805 660,805 0000000000000000000d60377b878d45b638ad4dee0f8a52ef49add633d41ce3 3,364 1.00/1.00 vMB 56
660,804 660,804 0000000000000000000dc5c0a2964655f3e08159b7e5ab84a8231af2ea7ea72d 2,466 1.00/1.00 vMB 76
660,803 660,803 0000000000000000000172ab61e48656865693233ac844159f7831c106f509f0 2,681 1.00/1.00 vMB 37
660,802 660,802 000000000000000000046a52aacff5815a79fd8f537df40374a787950006e3e3 1,753 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.