Loading Tool

Explorer IconExplorer

Memory Pool

80,010 transactions
29.76 vMB
0.09205521 BTC
Random Selection Loading Transactions
Max Size: 179.76/200 MB

Candidate Block

Mining Attempt 79ce7fed384a5a14cede9807f726d775109d05c8a7dcc21b77fcff975c8509fa
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root f0228641a9b4b7a7dfb4cd9034fd7698967013e81e1538af4b41488b07facdb1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,741
Size: 1.00 vMB
Total Fees: 0.02759918 BTC
Feerates: 100.11 > 2.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (360,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,706 554,706 0000000000000000002fc908b40089a6374a95b73acbcc57d8713695b5d2267e 2,817 1.00/1.00 vMB 21
554,705 554,705 000000000000000000261ff6e053a5478a1d122f950697a9bfab8888bdc76815 2,236 1.00/1.00 vMB 21
554,704 554,704 000000000000000000002462d1c3e11f9ea9be082065a32647069bf603a77018 2,582 1.00/1.00 vMB 23
554,703 554,703 00000000000000000014829c4abefddf0709aaeda9d6be808c1316bcfe75e6ed 3,520 1.00/1.00 vMB 40
554,702 554,702 0000000000000000002b79875ae267a5f85cb3e16e512733d901474b6baf3589 1,635 1.00/1.00 vMB 38
554,701 554,701 0000000000000000000883f06c590f007434a8852f2463c22eae88b998085cdf 112 0.03/1.00 vMB 30
554,700 554,700 0000000000000000000c1a06eafed93c7b7538542f861e4c39adac824066f7dc 562 0.26/1.00 vMB 16
554,699 554,699 0000000000000000002e27976b6cada160a4c40528b771c68ff7cccbce1a23a7 1,424 0.89/1.00 vMB 11
554,698 554,698 000000000000000000250b4b5887af16a4af2a49ccbc76893480b30790596bbe 848 0.37/1.00 vMB 15
554,697 554,697 00000000000000000001d556c4da6bdb4010bbce2af24a9ab3519dc5acfd91ef 37 0.01/1.00 vMB 19
554,696 554,696 0000000000000000001b981d2caf62b7bfeee039e25da3e1709e8781c8bcc72f 1,255 0.49/1.00 vMB 15
554,695 554,695 0000000000000000002c3d35906e727da027d06dd5e7d541c6156ab5acbff962 786 0.52/1.00 vMB 5
554,694 554,694 0000000000000000002bb4d79076999b46e307b3241c097dacb1f78f252df023 2,047 1.00/1.00 vMB 11
554,693 554,693 00000000000000000001ed4c54448f07d8af732117158618c4b13394ad781a6d 745 1.00/1.00 vMB 4
554,692 554,692 0000000000000000003704f83eb8ab70b43453e563122d0bfaa712e221a4e3e5 1,055 1.00/1.00 vMB 2
554,691 554,691 00000000000000000013dd2b4242d01317ebc488363038a3c68813220f2c9a1f 2,134 1.00/1.00 vMB 9
554,690 554,690 000000000000000000017d6fea774e1265907750a135c9c266c869a2c27f3f8f 1,884 1.00/1.00 vMB 35
554,689 554,689 0000000000000000000fa0d3fe5224789a6823e36e3ac99b97dbb1fd5d35b8d1 3,351 1.00/1.00 vMB 28
554,688 554,688 0000000000000000002c3c53f4f1fec06e2c86e44e1c01de7536ccf39d0a492c 2,883 1.00/1.00 vMB 15
554,687 554,687 0000000000000000000a4cc647963de4a1e19487ee53d9664bd312702d69795d 2,136 1.00/1.00 vMB 15
554,686 554,686 00000000000000000023faa0011e4cac186c1fb5d33a2df722d6a090fc044671 2,224 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.