Loading Tool

Explorer IconExplorer

Memory Pool

87,157 transactions
32.73 vMB
0.12100444 BTC
Random Selection Loading Transactions
Max Size: 196.69/200 MB

Candidate Block

Mining Attempt 58ce8a20dbc299615a7369f964ae1f17a51e0ef0f5cd635ad67db51294273dc9
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root e1086d8ce3fd35cdcb083309583f94f154a923338df74f01e8fc639dc11202b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,610
Size: 1.00 vMB
Total Fees: 0.04320593 BTC
Feerates: 218.18 > 4.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (506,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,023 409,023 0000000000000000002e28e7520240c5d5b760a0efd7e8faa944a10d946ea823 1,794 0.91/1.00 vMB 42
409,022 409,022 000000000000000001039cc6764357e513b0069131e9e1090c0753db362043a3 3,127 1.00/1.00 vMB 68
409,021 409,021 000000000000000001eefb818c6162cf152efb0ad634a392ea3646f6b5bdb9ba 13 0.00/1.00 vMB 152
409,020 409,020 0000000000000000003251e0961abfc9e894981eb951a1e4d61a1e77a2135a8d 1,122 1.00/1.00 vMB 21
409,019 409,019 000000000000000001f5d83e21e9867b8f5b59fa89dedcf8e2252e256fbd4188 1,342 1.00/1.00 vMB 26
409,018 409,018 00000000000000000430b7b35577858306c3e47d32826a7b9187b49978eecb18 2,110 1.00/1.00 vMB 59
409,017 409,017 00000000000000000179d0dd547f0342debc45882edb8964d49b7990191ad0a6 1,450 0.99/1.00 vMB 30
409,016 409,016 0000000000000000008efc140cbd0ed3082f65b0ab8a18860a0b2c90fea91d3c 1,614 1.00/1.00 vMB 25
409,015 409,015 000000000000000000b8b5790a5e167a6dc89f4315631fcbf411bb045b2a7bcb 2,725 1.00/1.00 vMB 44
409,014 409,014 00000000000000000115d4d9318d0bdc943865a062cac4c1721f3e16e2475d7a 2,889 1.00/1.00 vMB 46
409,013 409,013 00000000000000000340e4b7205c9ed9605e8e6ca4cbb3d1b83ac6a290983256 3,031 1.00/1.00 vMB 74
409,012 409,012 0000000000000000036b2c75bb0d3441ca391b837c030b0d01c6383b82a39f42 5 0.00/1.00 vMB 158
409,011 409,011 00000000000000000367da68cd1a74061c784149ac7e175bc6bd79d7532913d0 3,003 0.99/1.00 vMB 55
409,010 409,010 0000000000000000006d954d577baa82b8f01b764135bfb0b40c73eb310ed4c1 926 0.65/1.00 vMB 24
409,009 409,009 0000000000000000019d7537bc56102ecc6ce74be0f0b8b1cccd664d548a1545 2,256 1.00/1.00 vMB 39
409,008 409,008 0000000000000000042450ad2be4f2b6439ed39f70716a7575440d462cf165d9 1,962 1.00/1.00 vMB 29,214
409,007 409,007 000000000000000005d8a1e4acef54bccca3e3569705c1ecf066ea40bcd54c0e 1,834 0.84/1.00 vMB 36
409,006 409,006 000000000000000005c7ef457cd88420bbf4d82c518e73eadfbf373588a52d58 1,785 1.00/1.00 vMB 31
409,005 409,005 0000000000000000056cc108e0d2594b91e797fe06df9daffaefbc4e8835d54c 1,469 0.80/1.00 vMB 31
409,004 409,004 000000000000000002bee4169b428080e371ef70d67aaa9fac204555f14e985a 1,441 0.96/1.00 vMB 27
409,003 409,003 00000000000000000159f2550268f8f6c841de451387da100d9c490c2b170590 2,849 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.52 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: 668.88 GB
    • Received: 15.61 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.