Loading Tool

Explorer IconExplorer

Memory Pool

78,993 transactions
29.45 vMB
0.06743925 BTC
Random Selection Loading Transactions
Max Size: 177.30/200 MB

Candidate Block

Mining Attempt 0b153ea0bcc19a9e63e7df4f711c7d57478a7f6b5642897c1f77f23b624acb12
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root 6d190d322791aad9e591206cae3a606eb31a7d0fd149900921afa67634d85af9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,379
Size: 1.00 vMB
Total Fees: 0.00757819 BTC
Feerates: 150.77 > 0.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (305,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,634 609,634 00000000000000000003a45d90457625528050c3df75b08f73f1a43c8b8e456b 884 0.28/1.00 vMB 14
609,633 609,633 000000000000000000043da0d67275fca4766a722eb2eae0ba0eb3cd47679dce 2,233 0.63/1.00 vMB 11
609,632 609,632 0000000000000000000907c2bf7de593d39f5e8d213ef4f7ef237657021b84e5 2,577 0.74/1.00 vMB 11
609,631 609,631 0000000000000000000f2bdc43f7f3eabe2f464a33a17cd3be3e50600b395d60 499 0.17/1.00 vMB 24
609,630 609,630 000000000000000000023f616587d98d2516b47a44d3fb56a6c0bbf479a4dbf8 1,226 0.43/1.00 vMB 12
609,629 609,629 0000000000000000000113823570ee93478c493b1657a0481dc7708ca121241d 1,131 0.30/1.00 vMB 12
609,628 609,628 0000000000000000000c9bf5a086acc17f059e8b6b0c1ac91099c04d294cfc4c 2,603 0.80/1.00 vMB 16
609,627 609,627 0000000000000000000e2297296c9d9e03ecaf902656f1353dc4a419f9ca72da 2,799 0.90/1.00 vMB 12
609,626 609,626 0000000000000000000ecfb8bf98b7b6b1825a1e83b945f100f415bcd5aeb1f5 626 0.22/1.00 vMB 13
609,625 609,625 000000000000000000055f4d7eeaa8f26556008af949272e146bbae2381c16c1 1,604 0.49/1.00 vMB 11
609,624 609,624 00000000000000000003ca85876fbbaf3c711b75555cc742614ae534e33e352d 721 0.18/1.00 vMB 12
609,623 609,623 0000000000000000000142f29209a5032f6e86c5f3e4f28fca1930665736c4ff 1,245 0.36/1.00 vMB 16
609,622 609,622 0000000000000000000e43b6f704088474e5ca1d1736499ab4e152d6806c7cad 1,122 0.34/1.00 vMB 2
609,621 609,621 00000000000000000004ab2f11752e5c1e8b84a4c00bca63bd7e90c6b5b8bac4 3,091 1.00/1.00 vMB 13
609,620 609,620 000000000000000000076cf0a90dcfc83826f3f8a8c79ea1f82d6399dd73ffce 3,170 0.92/1.00 vMB 6
609,619 609,619 0000000000000000000f63800dc295e18f094475003418da8ed02508c9dc3ebb 3,110 1.00/1.00 vMB 16
609,618 609,618 0000000000000000001271db39c2715b7e6ba3a4d4371510e790cc1067c612b3 1,757 0.62/1.00 vMB 5
609,617 609,617 0000000000000000000c762e5a56643cc2597f3338084ef8e1b32be93519840f 2,547 1.00/1.00 vMB 5
609,616 609,616 000000000000000000123dc59f8e1e13a3a8f2bf79e53e13011eb707a6482636 1,924 1.00/1.00 vMB 10
609,615 609,615 0000000000000000001362aa597a1b2c0ed99b709c37866adce0531c4df829d6 3,393 1.00/1.00 vMB 17
609,614 609,614 00000000000000000013b4d8c1c66a3ac523116397276f375cb94c4171abede8 3,359 1.00/1.00 vMB 20
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.29 GB
    • Received: 14.96 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.