Loading Tool

Explorer IconExplorer

Memory Pool

73,697 transactions
27.25 vMB
0.06308354 BTC
Random Selection Loading Transactions
Max Size: 166.45/200 MB

Candidate Block

Mining Attempt 778f3dce334d44da82eeb5ffc3a777ce8ad10fa7af3b80aabad643c77c94e4b0
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root ae5100d17d985b4ecf2ede9273e2b00749734e9e00523f177f71b6c33c499c74
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,738
Size: 1.00 vMB
Total Fees: 0.00526445 BTC
Feerates: 80.00 > 0.53 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (356,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,875 558,875 0000000000000000001df5f0ae1061f19f9ac288c5a92c8c9e885c5e2966b0cb 3,074 1.00/1.00 vMB 28
558,874 558,874 0000000000000000001765d76919f2934ceac78b5102819944088c9d4bb84282 2,705 1.00/1.00 vMB 46
558,873 558,873 000000000000000000067cef4edeb30d062aae93d093e189c56036487161bc5d 2,628 1.00/1.00 vMB 14
558,872 558,872 0000000000000000000f092eee4e1e55e4ded64710a4322463785d14f84ddb8c 2,424 0.82/1.00 vMB 13
558,871 558,871 0000000000000000001c9fc959fc4432014ae73025752a69f42551d72c281d3d 2,932 1.00/1.00 vMB 16
558,870 558,870 0000000000000000000163b7554df90f1d9bcd55df74c2794aeb28d632ab37f8 2,863 1.00/1.00 vMB 27
558,869 558,869 000000000000000000196c85b7ac6ec65190f0957f5540d1c5a19dde023c217c 455 0.14/1.00 vMB 22
558,868 558,868 00000000000000000000594d6a8da00d5689fff939a381f23e0c472336711bbc 2,490 0.82/1.00 vMB 5
558,867 558,867 0000000000000000001167a601c7a1e7916d7fc8e7ded99eabd34a1e047e4f21 2,928 1.00/1.00 vMB 31
558,866 558,866 00000000000000000007a7a3c680e4717970993f238185cf03abf6fcb492f1d3 204 0.07/1.00 vMB 11
558,865 558,865 0000000000000000000e2616708f574761e5e88e8dd050d03ba716d49cbb0ff4 1,099 0.55/1.00 vMB 16
558,864 558,864 000000000000000000187cba37fd6180755911ce78e8af3c755954147327bee0 2,676 0.84/1.00 vMB 16
558,863 558,863 00000000000000000028c7ba922754904056a71ed2aeac365386535c6cc006d8 642 0.24/1.00 vMB 3
558,862 558,862 0000000000000000001be2be0598f2e24cc9dea647d4a30cb1f77c3d803553b6 3,064 1.00/1.00 vMB 8
558,861 558,861 00000000000000000008d8d8eed69688cd63af87a8f0cf2b1efcbc79b32f0441 3,117 1.00/1.00 vMB 37
558,860 558,860 0000000000000000001700b1d88497bfa56ea3023aee59c6a6b2cd3ede731578 3,141 0.99/1.00 vMB 17
558,859 558,859 0000000000000000002cb4fbb24ed9d2dd725f57a0f7d27cb795acc533fda762 2,465 0.89/1.00 vMB 15
558,858 558,858 0000000000000000000604670e69a340956bb16d967281921001ce9a4461fae7 3,108 1.00/1.00 vMB 11
558,857 558,857 00000000000000000018c1f07ef110c8dcef8d12ac50b4038b2d8c8dec21570f 2,869 1.00/1.00 vMB 26
558,856 558,856 0000000000000000001565775eb51e9048325034b1ef7bb622f0ee46c4377fb7 2,761 1.00/1.00 vMB 25
558,855 558,855 0000000000000000002d5a85bbe982f41cdba4186f7dabad8542fac8211dc05a 1,924 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.84 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: 712.06 GB
    • Received: 17.16 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.