Loading Tool

Explorer IconExplorer

Memory Pool

53,681 transactions
29.73 vMB
0.10340040 BTC
Random Selection Loading Transactions
Max Size: 159.68/200 MB

Candidate Block

Mining Attempt e3cb645c265e4d8f984ad2d3c4d6c72b2fb08d75deeeb212413dae169fe7237c
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root fa2c1c5201b7efb317909bf2419b5171f06c51145d96672930a568a85066bc08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,789
Size: 1.00 vMB
Total Fees: 0.03124894 BTC
Feerates: 150.77 > 3.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (172,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
742,181 742,181 0000000000000000000029b891da5f24bc0da01ed9a98e04471b1ba600bc1daa 1,598 1.00/1.00 vMB 4
742,180 742,180 0000000000000000000295cac9e0104929346b0c552650f81aa0544352c4b62e 2,718 1.00/1.00 vMB 18
742,179 742,179 000000000000000000003f1496f9114221e5888a48d67931f7d58cdd681c9185 1,557 1.00/1.00 vMB 11
742,178 742,178 00000000000000000004e0eeae3f9859f69215785ba5f142f3b2887439c27fdc 2,344 1.00/1.00 vMB 5
742,177 742,177 00000000000000000002c3662cca284654436d996ef280ccb5b9650cd4599d9e 2,681 1.00/1.00 vMB 10
742,176 742,176 00000000000000000004525aed9853943d7aaa3daee6f2fec0b2b916ec672b02 2,515 1.00/1.00 vMB 9
742,175 742,175 0000000000000000000082b0a5e014c17e9034ea2ad3454259323e21260d8e5f 2,370 1.00/1.00 vMB 18
742,174 742,174 00000000000000000008f2623e0357e68b38c7fca6a5702e9743f487ea9f1d2e 1,015 1.00/1.00 vMB 18
742,173 742,173 000000000000000000006b2d716ac416a56e1e6ee927bdfaa38718ee83aa15a4 3,058 1.00/1.00 vMB 22
742,172 742,172 0000000000000000000771acc2df6b1832192dd9763295203972a62bffc7a209 3,186 1.00/1.00 vMB 16
742,171 742,171 000000000000000000012d44bb40131870855d59d2aac50bdc191cef0d77ad5b 3,283 1.00/1.00 vMB 25
742,170 742,170 000000000000000000094c373fbbcb6b7f42bbb09951661ab6348675b6a87550 3,106 1.00/1.00 vMB 18
742,169 742,169 00000000000000000005ea3d45f390a8b800bc90673eba65e37c7046f11e79b6 2,313 1.00/1.00 vMB 20
742,168 742,168 000000000000000000009af5755da48160e2db162e3f1911560cdacddc0af252 2,937 1.00/1.00 vMB 31
742,167 742,167 0000000000000000000919807edfc8d547da2dba17858b42f7b37b5c1f382c11 2,345 1.00/1.00 vMB 22
742,166 742,166 000000000000000000065aa1d8a188a9e015eee5ffd2acb800827fa549e14d2d 2,092 1.00/1.00 vMB 9
742,165 742,165 000000000000000000034b282c0eacd4e8feb9635b51a368bbdfdd9aaa59ca24 1,405 1.00/1.00 vMB 2
742,164 742,164 000000000000000000046990fb5749e2353576b0256e305c0c872a215cba6f0a 2,536 1.00/1.00 vMB 10
742,163 742,163 0000000000000000000181ad01f68ea1866d2a1bd468f30f53e6e9055359329d 2,052 1.00/1.00 vMB 21
742,162 742,162 000000000000000000075735ddb4bc49fb130a3d9b45ef3d6f1a902867e8fec3 2,573 1.00/1.00 vMB 3
742,161 742,161 0000000000000000000481c66e9587751f763015b87cf3e34eb328121e2a9267 3,225 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.89 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: 645.16 GB
    • Received: 12.69 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.