Loading Tool

Explorer IconExplorer

Memory Pool

83,422 transactions
31.26 vMB
0.16749550 BTC
Random Selection Loading Transactions
Max Size: 187.11/200 MB

Candidate Block

Mining Attempt 80b01d2ac4b9cc762a9c0e2e73ba6e1b50f3b8377f07619900540223af8d5f4e
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 78b80295eba546a0a76c6ec5f0a22bc23c779febaa987196b7ef4ad8ffe8ad43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,798
Size: 1.00 vMB
Total Fees: 0.07266799 BTC
Feerates: 301.37 > 7.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (705,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,842 209,842 0000000000000441b22f5e373008e1596f55a02b5c7e910d3ca071e7556bf231 476 0.23/1.00 vMB 113
209,841 209,841 00000000000002a88f7d18d33e6e030d73923f476ec750bb8fd1b00b75fdc0a9 539 0.26/1.00 vMB 187
209,840 209,840 00000000000001598b3a0cfc4335965923fc1d4ca9f927310ee4944bc02a014b 8 0.00/1.00 vMB 446
209,839 209,839 000000000000044f0197016c4f9dc0d4c88ed172117837594365c55bd1f899d7 426 0.18/1.00 vMB 185
209,838 209,838 0000000000000475fe89ecfb8e8d4a086390072e6c63604ad9daa69e88398c7f 316 0.15/1.00 vMB 204
209,837 209,837 000000000000017d2df1f06d8c5c1711ff025a9b2a10d629b278efd19338f98e 26 0.01/1.00 vMB 229
209,836 209,836 000000000000016c8e074bdf8efa60c84cc66f1808a4b21315f57c63658629ae 289 0.10/1.00 vMB 289
209,835 209,835 000000000000020b564e2180b46a245f31ab166a8c6c02e2cb8dc07f977ca39a 12 0.00/1.00 vMB 139
209,834 209,834 00000000000000d610eda6970a947990a6ae9498581ea824bedec1169596e78d 390 0.18/1.00 vMB 116
209,833 209,833 00000000000001a0c90c420967e71eac2392cc72c13d063bb9fc9d0c8af92b3a 10 0.00/1.00 vMB 301
209,832 209,832 00000000000000b20eef8ef1f595bf68da4ee60b92ab62f0fa45b5c7c8efa542 109 0.05/1.00 vMB 79
209,831 209,831 00000000000000ba7301d28a1a953b6137383ef1554ddf223bde16db269f99a1 86 0.05/1.00 vMB 309
209,830 209,830 0000000000000342ec00665957bb27549a76ade83af26aae42addab5c13ce29d 113 0.05/1.00 vMB 122
209,829 209,829 00000000000004195e8a0fe5332033ec5c51a932fe0bfccf6d5cd62f82fb08b2 143 0.09/1.00 vMB 115
209,828 209,828 00000000000001262aac08541e786a25dbc39a2f1bce4aefe32ed5285b00e3c1 30 0.01/1.00 vMB 253
209,827 209,827 00000000000000849de05784cec01d18c843d54886dfe194cfb71649f804040e 65 0.03/1.00 vMB 118
209,826 209,826 0000000000000127d3931d935c7f904b3e5c9ccda048d79195786f0b2384d948 10 0.00/1.00 vMB 257
209,825 209,825 000000000000009e5de206f00b056c1ae4e6100255b62dd22b79eddcc1a20b04 69 0.03/1.00 vMB 4
209,824 209,824 000000000000035c4ba1d258e16d4935924ac180e1ebb1b1ef8a33cb24e1e8cc 42 0.02/1.00 vMB 118
209,823 209,823 0000000000000310d62079dfe31a79508f3eec2614ed3499a6d1213be0350903 20 0.01/1.00 vMB 96
209,822 209,822 000000000000013f6dbd62086964baf07d16ac510011a486562b609967f4044f 99 0.04/1.00 vMB 285
Previous 10 blocks ↓
Total Size: 782.65 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: 672.67 GB
    • Received: 16.30 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.