Loading Tool

Explorer IconExplorer

Memory Pool

73,437 transactions
27.25 vMB
0.06333815 BTC
Random Selection Loading Transactions
Max Size: 166.31/200 MB

Candidate Block

Mining Attempt 762ee0b6369b4b0cc4bb76f7e3f768a9f9b5c98549834ee9a0dfec234181f18c
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root ec9f87c64f8c0d9252fdde323c1d474e337f80deeed7e90a9a147286b570c447
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,440
Size: 1.00 vMB
Total Fees: 0.00534680 BTC
Feerates: 73.20 > 0.54 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (500,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,777 414,777 0000000000000000011d407dae613ae76caf87a0ecef61914dccca0637b5c090 892 0.38/1.00 vMB 43
414,776 414,776 0000000000000000017123896976a6d3c3a5544297b8e8fa9020834910cf7613 364 0.13/1.00 vMB 48
414,775 414,775 000000000000000000c4a81b858d369360b37c6aaa8351c72ebd9a4bd7233fe3 2,333 1.00/1.00 vMB 45
414,774 414,774 00000000000000000196c21851fad651efd1fcdd3885e7dba53030792119084e 1,907 0.88/1.00 vMB 45
414,773 414,773 0000000000000000040776d4e8c0d68fd48ce9eb7a96f76fec0dbd6c6b35f169 1,804 0.89/1.00 vMB 51
414,772 414,772 00000000000000000482be3c1d7039e8adaa38f0f30b126358e7e4136c9c2737 882 0.70/1.00 vMB 33
414,771 414,771 000000000000000000606c5dce9b4561bc47d384b0675982f1b44c1b902bcd7b 2,808 1.00/1.00 vMB 55
414,770 414,770 000000000000000000d8f024cb64f940e06a3f43ff2ac2f9e4a0eb43bb092637 1,872 1.00/1.00 vMB 41
414,769 414,769 0000000000000000025b989eff7e6c49a1bc26d41438ce1803c6bc83f18450ed 922 0.98/1.00 vMB 23
414,768 414,768 000000000000000002a01058d94dce990045dcc0d5f76979a6bbf81cd9c88566 1,982 1.00/1.00 vMB 30
414,767 414,767 0000000000000000004d3fe6de734520de2e8164a4ec7daf139d50d9de338215 2,256 1.00/1.00 vMB 76
414,766 414,766 0000000000000000013de561c460096cbe1c3a66cb4e76394f98e8c201e54866 1,302 1.00/1.00 vMB 117
414,765 414,765 000000000000000000b05788ae11ebb3829ef857fdd44023acb5c3c1636075e8 1,644 1.00/1.00 vMB 40
414,764 414,764 00000000000000000308a79ab6de803fe4280fbf44c479af922552c70186e6b3 3,229 1.00/1.00 vMB 61
414,763 414,763 00000000000000000165dbf96151a6a2c1494da7b2844b915d83277718646352 2,911 1.00/1.00 vMB 83
414,762 414,762 00000000000000000343d0112c3789cf9931aecf9f2419dd0b62e3799f19f80e 1,499 0.72/1.00 vMB 47
414,761 414,761 00000000000000000436f42ba7808867f216024abf3398da1ae37879218a5352 665 0.96/1.00 vMB 22
414,760 414,760 00000000000000000264e3a3de3468cf2ff0be689da6d6587a2ee8cc5553d362 1,930 1.00/1.00 vMB 42
414,759 414,759 0000000000000000035adf6c37e11152b4fe6875edfa06e9be19adbca67050a9 2,276 1.00/1.00 vMB 65
414,758 414,758 0000000000000000021c1c75907cc47a0c7f451d054562d1caf3406c15215adc 1,341 1.00/1.00 vMB 29
414,757 414,757 000000000000000001cdcb429762c0d8ca466eba8ddd996bb4aea3920a390153 2,061 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.95 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: 715.14 GB
    • Received: 17.65 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.