Loading Tool

Explorer IconExplorer

Memory Pool

77,799 transactions
29.23 vMB
0.06221597 BTC
Random Selection Loading Transactions
Max Size: 175.67/200 MB

Candidate Block

Mining Attempt 044ed0d6c6dc483f91b59f0993f206f57ea61367b1524512fa18f2849f0dbb8c
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 3cf5372d86b12a7765cef8d788f94ea59a5098096634e8eedfabbf7c64915076
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,618
Size: 1.00 vMB
Total Fees: 0.00298325 BTC
Feerates: 7.11 > 0.30 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (549,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
365,197 365,197 00000000000000001494249061c8645a17714ce33cf66a4f146d9e0b40a8a956 144 0.10/1.00 vMB 20
365,196 365,196 00000000000000000c0208f450faefb5ee5a30366c599303038bd9bff8087b1d 1,308 0.61/1.00 vMB 47
365,195 365,195 00000000000000000888d20141ba11b8a3dc7bf759d231d5b2bd784ce25cb717 542 0.45/1.00 vMB 30
365,194 365,194 000000000000000005dab10831ff8579457bccef5891a483c0d7fbaeca6a53b3 1,059 0.93/1.00 vMB 21
365,193 365,193 00000000000000001212ca3a42ec0332e54f7cb3a544bd659d8f7dbe2c3f924e 1,129 1.00/1.00 vMB 30
365,192 365,192 000000000000000009451332bea764aea506f2b96fd7066d8acc28a069d1f439 752 1.00/1.00 vMB 11
365,191 365,191 000000000000000005787a3aeac4b671525bd6196d96b8d848c2dbff16ede5fa 678 0.29/1.00 vMB 45
365,190 365,190 00000000000000000013536731025fb810c576bbbcf7ad3e5c14fdd5b0a27c6f 898 0.42/1.00 vMB 48
365,189 365,189 00000000000000000869cce6811c616243cdb1931e024c7806b2a844aa960e23 1 0.00/1.00 vMB 0
365,188 365,188 0000000000000000052a30f99f0f69f42f3f1c68d41e1996b2632bceb26857b2 811 0.62/1.00 vMB 26
365,187 365,187 00000000000000001039a4de8124d7274eb28e00cf444c90bed800ce81d3ad58 2,140 0.93/1.00 vMB 61
365,186 365,186 000000000000000002f1772f8b2ffcdcc9d9ff601baf3a0777841c552267f6ee 2,059 0.93/1.00 vMB 53
365,185 365,185 0000000000000000019b2e83065a1c5214d03bf68fc65126d17bb11bc7e12243 1,420 0.71/1.00 vMB 43
365,184 365,184 0000000000000000023347922a5eb5cd4a7d7765e436a04ae25feed5cf4e2145 1,148 0.95/1.00 vMB 27
365,183 365,183 0000000000000000059244f89f48fe91b01074c496f3d36df2bba7c4a3ad591f 36 0.05/1.00 vMB 2
365,182 365,182 000000000000000001cefdab3a19b36918bff41c6fb782f3ba11b5f708161451 386 1.00/1.00 vMB 7
365,181 365,181 00000000000000000eaabee4c73f3626624b133f3139f419c6c73a822bcd0ae2 408 0.95/1.00 vMB 9
365,180 365,180 00000000000000000f384b3ab54bf14a71e6f1fbe8d8a4ce88f26f3ebfaed374 1,388 1.00/1.00 vMB 23
365,179 365,179 00000000000000000f2224b90fba180dfdd3cb7f39c8f197af468e4803a590ba 162 0.10/1.00 vMB 47
365,178 365,178 00000000000000000992921a63c98c98431739f0e7fda9ef4f5895585b8ac792 1,557 1.00/1.00 vMB 35
365,177 365,177 0000000000000000030e05fbeabc454c11171e02a9f3881cc218094729d4afef 1,055 0.73/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.