Loading Tool

Explorer IconExplorer

Memory Pool

84,503 transactions
31.80 vMB
0.10811981 BTC
Random Selection Loading Transactions
Max Size: 193.13/200 MB

Candidate Block

Mining Attempt c9361ba8d6991716b07db5ae221d6ae81e5df7488e81774741323d672cf58227
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root 81404dcee059153e966da1b22393c4a23ee6ef3322a176b36ea8077d89eb9b1d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,834
Size: 1.00 vMB
Total Fees: 0.03111045 BTC
Feerates: 299.43 > 3.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (188,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
726,722 726,722 00000000000000000009271a2a38f11fe3d55ef9a20f71561446d025ab1f2903 534 1.00/1.00 vMB 6
726,721 726,721 0000000000000000000427340824dd69323641f9a60decbbcbbc789301b64202 2,580 1.00/1.00 vMB 7
726,720 726,720 0000000000000000000a2d89f38c56fd636c846e87245fddaae313930c2956c0 1,866 1.00/1.00 vMB 18
726,719 726,719 00000000000000000004e90341b2040a4445d8e54ee692c247c82adabe87dd70 4,064 1.00/1.00 vMB 3
726,718 726,718 00000000000000000003466f07ca5269fa2cbcb7af16ba4054b7153af3ef1ca4 2,387 1.00/1.00 vMB 5
726,717 726,717 000000000000000000021da9a6c03754078801b3630a2f20a02d9b13f915faab 2,763 1.00/1.00 vMB 11
726,716 726,716 00000000000000000003f1b8bc7cf74ec0e6eb3cfffb8b83a6a174bf95d8c208 1,784 1.00/1.00 vMB 13
726,715 726,715 00000000000000000000245357999626f8520fe08848a5b1ae745a558a379a95 1,237 1.00/1.00 vMB 7
726,714 726,714 00000000000000000008c937e22fba8d8d4db47dfeb0bb2a047dac7dfd38eff4 2,435 1.00/1.00 vMB 5
726,713 726,713 000000000000000000005f25f8ef69d88ddeeb824eda34743470596d8a2740dd 2,229 1.00/1.00 vMB 10
726,712 726,712 00000000000000000003224ed06fc71f8c3101ffd1fdce8a5e865e4011292371 1,584 1.00/1.00 vMB 12
726,711 726,711 00000000000000000001f6bfa2eafb93b30b1bd9982bef0961e70cbbbe7f0eac 2,174 1.00/1.00 vMB 13
726,710 726,710 00000000000000000005d1f4ec0a41cd4597003f5124fefb720dd40adfa72a6a 2,415 1.00/1.00 vMB 14
726,709 726,709 0000000000000000000804ae1c5f87cd8a27e5993fe014134f333cf2f8ecab1f 1,467 1.00/1.00 vMB 16
726,708 726,708 000000000000000000025cce5a42e9d0904eac3deb8f64dbe1d75c6c8044a16a 1,417 1.00/1.00 vMB 7
726,707 726,707 000000000000000000096849e754f88195554d8c3d68a1be08d4f9e6ab7918cc 2,796 1.00/1.00 vMB 10
726,706 726,706 00000000000000000003fea18410ba9d94e41d74ef6406caee849c9749c2a288 2,885 1.00/1.00 vMB 12
726,705 726,705 00000000000000000004371e689be634bd2d3867d50e03cc74bb532540b5e332 2,607 1.00/1.00 vMB 10
726,704 726,704 0000000000000000000480c6bddbb8b8b3bb4ea52902567c6afddeed846f71ca 2,531 1.00/1.00 vMB 21
726,703 726,703 00000000000000000008a55f06a5034a86402f5fe9af6b6406610a93462ddab7 2,805 1.00/1.00 vMB 11
726,702 726,702 0000000000000000000921f0b5ee6dce5db4ddf1f596e2936a2c228a25c7abff 1,869 0.93/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.99 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: 717.73 GB
    • Received: 17.85 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.