Loading Tool

Explorer IconExplorer

Memory Pool

44,067 transactions
28.38 vMB
0.11797264 BTC
Random Selection Loading Transactions
Max Size: 147.50/200 MB

Candidate Block

Mining Attempt e3c57e1e8b99dbb5dfef819291d5d5c82c75450fe3f278ffd5b488fa1261b6e7
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 1e14d4af880115e5bc3df96e1babcc3219c9b196d6e90f95259e609d92a5d1cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,443
Size: 1.00 vMB
Total Fees: 0.03164402 BTC
Feerates: 39.16 > 3.17 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (123,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,838 790,838 0000000000000000000157e6340b4f5dda9163a6a234f06bc2792a6ac7fd5061 1,641 1.00/1.00 vMB 42
790,837 790,837 000000000000000000032d34b2fcfb3f1497c50bc0ef6e619b622554a77c2942 3,904 1.00/1.00 vMB 44
790,836 790,836 0000000000000000000210359025e7426f4184f63c58316bdae54c984cad7fab 4,046 1.00/1.00 vMB 31
790,835 790,835 00000000000000000004fec42fec20961b6041ea6bd38b49ee67f19cad3e6dbd 5,625 1.00/1.00 vMB 22
790,834 790,834 00000000000000000003492b06b67bc3576d4b4779dc1de39a75f03edfc4fbe2 2,729 1.00/1.00 vMB 27
790,833 790,833 0000000000000000000263690d692ef892097ded760e9be56dc17edb4fc566d7 2,727 1.00/1.00 vMB 51
790,832 790,832 00000000000000000003d5d2bcf0db651486fa99c922e445c59d331289c055a3 3,221 1.00/1.00 vMB 46
790,831 790,831 00000000000000000001c03fd67638173ca066e9e9af3ee34ec4868ae6978695 1,570 1.00/1.00 vMB 75
790,830 790,830 000000000000000000006c95bbc0679f781f09df1165bda6db5e46421e29d332 1,893 1.00/1.00 vMB 77
790,829 790,829 000000000000000000039f46de4e2b048db19c7f441ccb67be33c405caccbd3f 2,782 1.00/1.00 vMB 21
790,828 790,828 000000000000000000023d3471d36768a2f3fcc7887f941f711d6d0867c290aa 3,428 1.00/1.00 vMB 22
790,827 790,827 000000000000000000028a6e01ad99705343eea1ff85e43aa580bbae52a3a8ab 3,081 1.00/1.00 vMB 32
790,826 790,826 000000000000000000001de7d5d570b2044401fb4b630fdd70e3537659a55057 3,078 1.00/1.00 vMB 63
790,825 790,825 0000000000000000000579da12446c4d6be5acbf6a3031f229d50ca00dbc4bcf 3,633 1.00/1.00 vMB 40
790,824 790,824 00000000000000000002509aff9ebd4dd3684d656e4715eecdb18e69002fbdfd 5,744 1.00/1.00 vMB 21
790,823 790,823 00000000000000000003dd491095e17cd8ea349b9172645ae99d8b3855fb1598 4,486 1.00/1.00 vMB 24
790,822 790,822 000000000000000000038480165de670cc336449e8062a797bc002cad27deef5 2,920 1.00/1.00 vMB 34
790,821 790,821 000000000000000000016b672dff13a67c97bfae1d033d4b2eb518812c0ae854 3,091 1.00/1.00 vMB 56
790,820 790,820 000000000000000000007b00dec0a47b2a9a2e7a6140f9c993b594b9fa4c3f4f 3,131 1.00/1.00 vMB 56
790,819 790,819 00000000000000000001752479bdf9ae733e0866ace9f336f68ed02cdc75c5f3 3,156 1.00/1.00 vMB 61
790,818 790,818 00000000000000000001b900846779975d1f297c57d03c66ee98000855fe2c61 2,835 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 781.88 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: 645.00 GB
    • Received: 12.63 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.