Loading Tool

Explorer IconExplorer

Memory Pool

40,091 transactions
28.12 vMB
0.06621144 BTC
Random Selection Loading Transactions
Max Size: 143.30/200 MB

Candidate Block

Mining Attempt 04732c19fb7eafccd52b2be4db1d568f764e6cd7bbcf272bc8a216291add54c9
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root b2bf998b7a6ffcc6a93beee961726f0d0861ffbd03aa19f9141392ed246439d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,569
Size: 1.00 vMB
Total Fees: 0.01215727 BTC
Feerates: 60.16 > 1.22 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (278,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,611 636,611 00000000000000000002efc4e5ad463795a6ae13405ba0b4df5132bb2f52795b 1,998 1.00/1.00 vMB 31
636,610 636,610 0000000000000000000a0910d1d4c341a7ed16e4d24a9b7cd64af19639df565a 2,548 1.00/1.00 vMB 6
636,609 636,609 0000000000000000000d4655fce5a0ac2c6ec4d4a6d428c007c1b79955e23f9f 2,456 1.00/1.00 vMB 12
636,608 636,608 00000000000000000007a6df391c9f5298482a36275ad138bbc2a0250e8d016e 1,670 1.00/1.00 vMB 26
636,607 636,607 00000000000000000004ae5f8f6a2b933c576109efec054a1ec5ad07f13fbfb4 2,799 1.00/1.00 vMB 31
636,606 636,606 0000000000000000000d127fd1040cc99ea97c16728b0864c22d9c90341518bc 2,790 1.00/1.00 vMB 24
636,605 636,605 0000000000000000000c0ac7d19b8d742cee8e8bc1f0ee1b13384b69ae78e010 2,517 1.00/1.00 vMB 31
636,604 636,604 0000000000000000000103351121470d3768eba21c2399aa0a1f0927137d9f44 2,771 1.00/1.00 vMB 7
636,603 636,603 0000000000000000000542f1e1fb18e14033fe877bbc6558605ccb39e353a69f 2,499 1.00/1.00 vMB 19
636,602 636,602 0000000000000000000241218fe6e41552628c2aef544769add72c1a1f1d15ee 2,730 1.00/1.00 vMB 26
636,601 636,601 000000000000000000045e3fdbf248e039a3a06bc0818fad532b59e181070969 2,716 1.00/1.00 vMB 45
636,600 636,600 0000000000000000000e77c9c81498be9a4aa226d4be35a19a0fb11d99331d6a 1 0.00/1.00 vMB 0
636,599 636,599 0000000000000000000ab674b6a0220e430af50f734547e886aab927c66c59b1 2,409 1.00/1.00 vMB 27
636,598 636,598 0000000000000000000f561e4c8ae4aa753ae84e83821793a5de0ad08137c585 657 1.00/1.00 vMB 7
636,597 636,597 0000000000000000000b8a976eec974d8d9f8c20e6681bb901e374e80bfa68a5 1,077 1.00/1.00 vMB 7
636,596 636,596 0000000000000000000cff2333c3241b9abeddb1dc35890541980832efb7a841 2,963 1.00/1.00 vMB 21
636,595 636,595 0000000000000000000df33f883160ed373afd3cbd098c40b111b32ba2389294 2,839 1.00/1.00 vMB 16
636,594 636,594 0000000000000000000c9d59794c57b48f275fb8aa2cead3d19350e8a4dd8f66 2,186 1.00/1.00 vMB 20
636,593 636,593 000000000000000000107773805239f81986e6b7f53a37d4ef133a327650d65b 2,811 1.00/1.00 vMB 33
636,592 636,592 0000000000000000000a728839d0cd0f2e9b9577157662d9e952dfe2259c859f 2,335 1.00/1.00 vMB 19
636,591 636,591 0000000000000000000a65c20faf9b4dbc051f182b724fd3ca46993dacf66f61 2,254 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.73 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.32 GB
    • Received: 12.01 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.