Loading Tool

Explorer IconExplorer

Memory Pool

80,654 transactions
30.37 vMB
0.07944974 BTC
Random Selection Loading Transactions
Max Size: 185.51/200 MB

Candidate Block

Mining Attempt ed65ad55b453216b6b57ff6d907f716ddbfb2a419eb8076a6fc497c48ee00c39
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 94bba7cb18722f58d5dd57aaf4919a6677b6052d5ad0b8846f2a4e106f91f1cd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,925
Size: 1.00 vMB
Total Fees: 0.01150359 BTC
Feerates: 318.30 > 1.15 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (379,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
535,955 535,955 0000000000000000002d6f1bdaf459824cae5d98b2a3e1e64bd4f239dedb764c 2,821 1.00/1.00 vMB 23
535,954 535,954 000000000000000000226ca6f5baf314e09aec7a8c76fb2afbcdc61fa91c0af6 2,423 1.00/1.00 vMB 18
535,953 535,953 00000000000000000011d372aabbef58d8fa45f960c4dfdeada3615f6e689afa 2,390 1.00/1.00 vMB 41
535,952 535,952 0000000000000000001c61222b5be34bc0083d2f3d24b1b0972bade9d0be5129 1 0.00/1.00 vMB 0
535,951 535,951 00000000000000000024ee96acb254c7847c2f4c792570845e1e0203dc26872e 2,513 1.00/1.00 vMB 34
535,950 535,950 00000000000000000001e8380fce188a4cf672b580d305fb69ea8972801c3903 2,859 1.00/1.00 vMB 14
535,949 535,949 00000000000000000026de237cccc657183df0647633fb298eadea7b2c113bf4 2,805 1.00/1.00 vMB 37
535,948 535,948 000000000000000000277cdead5933e2ef7d01fbede1e0eab32df6203c1058ab 2,562 1.00/1.00 vMB 29
535,947 535,947 00000000000000000028d79124e9ede3f0c6cabad4e6b10cbaad9bb05978da4f 2,943 1.00/1.00 vMB 17
535,946 535,946 000000000000000000099c836d18c4d50622980d5c1bafc83f03bb295f7da913 2,596 0.99/1.00 vMB 39
535,945 535,945 0000000000000000002e194c2c4ebc21bc0c8d21f63cd2787a5e8bea57acfc64 2,485 1.00/1.00 vMB 27
535,944 535,944 00000000000000000023c7c38b37a7ff6b8571cd8d9fa54adf985c7defe3b65b 2,823 1.00/1.00 vMB 20
535,943 535,943 00000000000000000023bbeeaff341688e6ab4c705d3f68cd78e70684b478a48 2,588 1.00/1.00 vMB 27
535,942 535,942 00000000000000000008c45cfa71c551cc3437d08f989e094e87096370cb5ebc 2,642 1.00/1.00 vMB 49
535,941 535,941 0000000000000000000c0f03fd7d15764a87675d167148a2e1a2c9516ce94d2d 2,455 1.00/1.00 vMB 62
535,940 535,940 0000000000000000002e62ab57bc563b314835475890caaab238be03fb225a57 1,511 1.00/1.00 vMB 39
535,939 535,939 0000000000000000000a698131ffe33a83962e5bc636af551f3288b3b1270453 496 1.00/1.00 vMB 46
535,938 535,938 0000000000000000002583d9958857cb4d6e6229be85bcd9e34a539c15b53265 1,139 1.00/1.00 vMB 65
535,937 535,937 00000000000000000023bca0f611945244f36297dcec870b8ac2ac023d370ef9 2,033 1.00/1.00 vMB 34
535,936 535,936 000000000000000000247fb1af3730f105ebf14b303d1c7eb6282cff46e94815 1,675 0.69/1.00 vMB 12
535,935 535,935 0000000000000000000cc8f49b2dc1006483ccd21da07b5c0b65d1694b6ebb31 632 0.31/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 783.00 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: 718.31 GB
    • Received: 17.88 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.