Loading Tool

Explorer IconExplorer

Memory Pool

83,531 transactions
31.72 vMB
0.12906710 BTC
Random Selection Loading Transactions
Max Size: 191.71/200 MB

Candidate Block

Mining Attempt ecf59e1500dedd1532a7e052d256137f466ead15c25c48fd6c53ce18658f50e1
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root be00a75b607da1ee78ef3b245c4cf5e6f3d29746c27b0ba61df4c8a5fe83e4dc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,186
Size: 1.00 vMB
Total Fees: 0.04362894 BTC
Feerates: 803.65 > 4.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (28,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
886,876 886,876 00000000000000000001a835f33b3682ff2a791818012018166e3c9270733c84 2,593 1.00/1.00 vMB 3
886,875 886,875 00000000000000000001e0b27f66401eff799d0f00433d04f5c41ee0759c4bbf 2,212 1.00/1.00 vMB 2
886,874 886,874 000000000000000000027aab9b0c69b12a2fdb0705e49c1673557aaa78997c6c 3,929 1.00/1.00 vMB 4
886,873 886,873 000000000000000000010e28d4693b477da839300a598eb3551c02fd0fd2e9f4 439 1.00/1.00 vMB 1
886,872 886,872 0000000000000000000050e1e989fb3b6fd38ba21692da8c4b97c3a4e9d77f9c 1,201 1.00/1.00 vMB 1
886,871 886,871 00000000000000000000f24d62e2974dd598a84f0531bc21360b24baddd25973 2,844 1.00/1.00 vMB 1
886,870 886,870 000000000000000000000f7e132315c7413e2b0e9d911e70d389f61b3015f03a 3,223 1.00/1.00 vMB 2
886,869 886,869 000000000000000000012c3a92ccdb68121d7f057d02ea93ffbc47b7f7339b22 4,063 1.00/1.00 vMB 3
886,868 886,868 00000000000000000001b97ac94fb6f856e8e24a1cd60e51dc4453449331819b 4,000 1.00/1.00 vMB 2
886,867 886,867 00000000000000000000c00bd3d85620ef4bda2947d2ba88084ffd3aab7e3d0e 4,107 1.00/1.00 vMB 4
886,866 886,866 000000000000000000003d18f17b2169024941402cdea04ecc626c80acb0e89a 3,399 1.00/1.00 vMB 3
886,865 886,865 0000000000000000000079a14b7bcddfcb0c14695976a6cd6c32a0940707e78b 2,186 1.00/1.00 vMB 2
886,864 886,864 00000000000000000001d30ecf16085b9c35f95510a19e08ac5779c6e268872b 4,474 1.00/1.00 vMB 3
886,863 886,863 00000000000000000000237471f0d5c35d042fa79f83fff00d928fef9ae806b0 4,628 1.00/1.00 vMB 3
886,862 886,862 0000000000000000000099fdced634a90b5db9873e1343286174163202c99c84 4,394 1.00/1.00 vMB 2
886,861 886,861 000000000000000000023a03aa87dfacf8af4a2d2998bc833c5cf1a420245f19 1,384 1.00/1.00 vMB 2
886,860 886,860 0000000000000000000267c4fbb29182edf534d40d7a65082126203600691bb7 3,693 1.00/1.00 vMB 3
886,859 886,859 00000000000000000000d8573406a7297e2a3336cc03b5ad99267a2dfff93ed7 3,575 1.00/1.00 vMB 5
886,858 886,858 00000000000000000001a4b0a704457e12191036d6499a18bd0b0e9ee1239ec5 1,256 1.00/1.00 vMB 2
886,857 886,857 00000000000000000001cad81aac3de33314551dda3ef92944f4ccd12f847937 3,055 1.00/1.00 vMB 3
886,856 886,856 000000000000000000012e657fa846faa9d0006a3948dcd2a39ecbce21726848 2,223 1.00/1.00 vMB 3
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.69 GB
    • Received: 17.94 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.