Loading Tool

Explorer IconExplorer

Memory Pool

82,843 transactions
31.25 vMB
0.12292424 BTC
Random Selection Loading Transactions
Max Size: 183.78/200 MB

Candidate Block

Mining Attempt 7821c81e51ecd7a88ca99d32623e20f5276981100a6f6ed2ed0509b851490def
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 35432c9f0c2ca03988b1a10571f520d50a61ffd56fa9f60e7472f57eebba61da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,505
Size: 1.00 vMB
Total Fees: 0.04257024 BTC
Feerates: 150.80 > 4.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (323,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,593 591,593 0000000000000000001399aff45cd3629c9b392a63a86b09af111d868555aca7 2,716 1.00/1.00 vMB 50
591,592 591,592 000000000000000000053da2bc87af191518bebbe9226c0b169ede35607de2ff 1,407 0.41/1.00 vMB 20
591,591 591,591 00000000000000000002e4edf63cc5c307d09259922ed58c1de148bedaee3b9e 2,667 0.81/1.00 vMB 18
591,590 591,590 00000000000000000008c143c0f62b7f9252de9839b5e0c7f3d3bfa98f09e908 808 0.22/1.00 vMB 11
591,589 591,589 000000000000000000162e4e0c8cca7ea7c17bfa48048ac5e3c8d6e8e9896af8 3,218 1.00/1.00 vMB 24
591,588 591,588 00000000000000000014f946cb3c2e3d783497280f7a5bfd43b68a960409628a 1,965 0.66/1.00 vMB 4
591,587 591,587 000000000000000000098b787831bf4507d86f05bf39ae60e62082e011c7aa49 2,800 1.00/1.00 vMB 33
591,586 591,586 0000000000000000000c45fa955f91df9961743aa5fbdfd1cdde0d698205d24a 311 0.09/1.00 vMB 23
591,585 591,585 00000000000000000004426ec353b461598233d3d03e490dfd23255a4c743f10 2,884 0.92/1.00 vMB 20
591,584 591,584 0000000000000000000e5f8005c637559b45770d3484e3d9ec3edcfbe6623d94 2,183 0.67/1.00 vMB 22
591,583 591,583 00000000000000000019d6d9339b55ef44a93763e6a223162026a16d25edfb9f 2,957 0.90/1.00 vMB 19
591,582 591,582 00000000000000000016d6058404d436cf0a077272db2329f967f3915d15268d 637 0.20/1.00 vMB 18
591,581 591,581 00000000000000000004643cb4da5ee6a9cf643b369550db2af7c5614a50a7d4 1,183 0.40/1.00 vMB 8
591,580 591,580 0000000000000000000f098bf377c5fbaa05c8fddf5343121e9014d8f6678003 2,066 1.00/1.00 vMB 35
591,579 591,579 00000000000000000004fd17b65cb94f9b013ae58d41855e1959f73b02e4f6f9 1,752 1.00/1.00 vMB 57
591,578 591,578 00000000000000000018810d9e17cb2953d06f0059fdac8be451fb4e8f8241f9 2,703 1.00/1.00 vMB 23
591,577 591,577 0000000000000000000fd38ddeb8a5f3acc71f611d72c7d6976977648c213efa 1 0.00/1.00 vMB 0
591,576 591,576 00000000000000000016827b573448ddd18da421aec2cf8cd261f4a622c712b0 2,920 1.00/1.00 vMB 20
591,575 591,575 0000000000000000000130d451a3f08ca81e2a9b326e77a3a3ad564d0a6980c6 1,436 1.00/1.00 vMB 11
591,574 591,574 000000000000000000130b1021ec0ea90ad2587c0a0bcd6f4987936a15f050af 2,412 1.00/1.00 vMB 9
591,573 591,573 0000000000000000000e7aea9a2a0b224b3c99f98ee8f9612e8631697c132bc7 1,899 1.00/1.00 vMB 21
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.77 GB
    • Received: 15.57 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.