Loading Tool

Explorer IconExplorer

Memory Pool

76,840 transactions
28.53 vMB
0.06270588 BTC
Random Selection Loading Transactions
Max Size: 173.18/200 MB

Candidate Block

Mining Attempt 6eaf5ed8608d010e7cefb9c9854e78e9b66ac3922fcc4af2a11e1db984dc519e
Version 20000000
Previous Block 00000000000000000001c49f83a44b33fdaf760ac061f9963277002d72c7d5d6
Merkle Root bb0815184d5a744ea72fc09b7b8bc84cb1d03fc69fbbeb7b7150be255ffa3d5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,069
Size: 1.00 vMB
Total Fees: 0.00361937 BTC
Feerates: 73.20 > 0.36 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,091 (510,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
404,659 404,659 00000000000000000177b310f61150ffdfe51510880a700c6f5c0d5316f6de2f 1,941 1.00/1.00 vMB 43
404,658 404,658 000000000000000003e920b6d98aaf98e9c97ca68d49ecc01f0074fe0738debf 1,282 0.85/1.00 vMB 36
404,657 404,657 0000000000000000058fbe72567ac3b9fc1e3dd684e635583d1fba2d834a85fd 2,348 1.00/1.00 vMB 45
404,656 404,656 0000000000000000036720ba4eb91f5fb43ae7a66c4879385939ae1882d18aa8 716 0.40/1.00 vMB 37
404,655 404,655 000000000000000004b2c50334d96b4bbe91b5121507ab345b26913cdad26e82 595 0.28/1.00 vMB 31
404,654 404,654 000000000000000000e957787a27f7d1b550e90a9d1c5075413986fbb7b3a5f3 1,020 0.48/1.00 vMB 38
404,653 404,653 00000000000000000630bab0d2cd4cde24945c04a751c2356d0c8c630bd25203 2,236 0.98/1.00 vMB 40
404,652 404,652 000000000000000001511fbe23f41b6065a50bda3098eb2f464bb43707663336 1,824 0.91/1.00 vMB 38
404,651 404,651 00000000000000000161ff04d6d062d0bc353b1ad5e45dd98aa1ddc6e36d3a4a 686 0.83/1.00 vMB 17
404,650 404,650 000000000000000004443e1522c4a4c9e020572b704c952bc8d99dfc31d003b9 1,510 0.88/1.00 vMB 40
404,649 404,649 00000000000000000056c039b21086a756473994d528e6a034fbff0af9995fc8 993 1.00/1.00 vMB 27
404,648 404,648 0000000000000000030c9330b18e9fe26143cd26e18df021bb22d9a3b1712d10 953 1.00/1.00 vMB 25
404,647 404,647 0000000000000000037d64c358c48124fc7d5123c90cdbbd9d0c3982f311a680 1,228 0.99/1.00 vMB 43
404,646 404,646 0000000000000000046ebff75db2b7e418385616b24a7ef7d357fb1d038b6fb0 1 0.00/1.00 vMB 0
404,645 404,645 0000000000000000039d32c47cd22488a8b68004e9526b0b967d96b9657b5e09 1,504 0.93/1.00 vMB 41
404,644 404,644 000000000000000000f71b3f2c6530b7c6601f0a3a9cb46b21d2f360701c5d4d 1,485 1.00/1.00 vMB 25
404,643 404,643 0000000000000000038e2c39bea3b5364f9149db1f418bad4bd8dd70167f9aa6 1,916 0.93/1.00 vMB 33
404,642 404,642 000000000000000000298d30117d6182580f20a4d0d574533db4e1dc22bed996 1,858 1.00/1.00 vMB 31
404,641 404,641 00000000000000000028efbf74d2f8574798589b69c2a91da83da4004c123e4f 2,496 0.99/1.00 vMB 38
404,640 404,640 000000000000000000d38a34a29a05105875ad07db529ff5e5e353363a535898 2,099 1.00/1.00 vMB 76
404,639 404,639 000000000000000005b0c1158737e43851901cc7a5d7b5f743d9c02218202252 574 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.55 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: 669.83 GB
    • Received: 15.77 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.