Loading Tool

Explorer IconExplorer

Memory Pool

74,780 transactions
27.62 vMB
0.07599182 BTC
Random Selection Loading Transactions
Max Size: 168.40/200 MB

Candidate Block

Mining Attempt fbcf8ccb42083af74b3f44cbe006e17d0f59490a52407c8a4febc2e80fc72812
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root 49233fc2a3031345549e1ff27fe830537b89f96728dcef4f3ab5b6020d7a5b71
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,242
Size: 1.00 vMB
Total Fees: 0.01693441 BTC
Feerates: 121.74 > 1.70 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (58,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
857,088 857,088 00000000000000000000ce37fb5895cea2ea6961bafc0477be92315e0a92b62d 3,271 1.00/1.00 vMB 7
857,087 857,087 00000000000000000001984f8ddbd6591d2fad0fc730edefa7d4317b60d20709 2,712 1.00/1.00 vMB 6
857,086 857,086 0000000000000000000185a63c8b5d5e8c6be974636f84a603f9c29ad0b294c3 2,491 1.00/1.00 vMB 7
857,085 857,085 00000000000000000002e3f69df4c8434f7d6aad12cf807382e47d9014d0b07a 2,324 1.00/1.00 vMB 8
857,084 857,084 000000000000000000000ef5b42152726117eeba5b9ff2ccbb25b56216ee412e 6,252 1.00/1.00 vMB 3
857,083 857,083 00000000000000000001ac615685e1b0c87676116ee167016f6b9defa11ad2f8 4,235 1.00/1.00 vMB 3
857,082 857,082 000000000000000000007590fa34fb1bf9e8f13037efe385b06f1042d62826ba 3,453 1.00/1.00 vMB 7
857,081 857,081 00000000000000000000bc067ed091cf636f6140fcf6aa1cad235d27c8404cbe 1,817 1.00/1.00 vMB 3
857,080 857,080 000000000000000000004794fa38820be6244aaa86b33bff44a02c824704eba4 2,883 1.00/1.00 vMB 7
857,079 857,079 0000000000000000000141ec05de2cd62a1f0d73af2cbc9375877f61bf88865d 1,394 1.00/1.00 vMB 4
857,078 857,078 000000000000000000027695838ca22d687e4ea21f455c885a90cb2453f223c5 3,389 1.00/1.00 vMB 3
857,077 857,077 00000000000000000000cf1b85ccdca209e36c89a502a4002339589b7a3fd8a0 2,973 1.00/1.00 vMB 9
857,076 857,076 0000000000000000000068f764eb03b3d124be334c39ba3cc0d71b70d7cefefc 1,283 1.00/1.00 vMB 3
857,075 857,075 000000000000000000028398cb184158a17f0c35e89844b4e1f4dd194c15bc2d 1,123 1.00/1.00 vMB 3
857,074 857,074 00000000000000000001c682c5e7f85f5fa102017bd7b49b0f8c03b42f4b634c 1,221 1.00/1.00 vMB 4
857,073 857,073 00000000000000000000af7c38e6e9f09dff140811f725f539efa9502f89b89a 1,690 1.00/1.00 vMB 4
857,072 857,072 0000000000000000000126255ca6a1c1b2d48c4d4ca9daf331dc8bde0d49b19c 1 0.00/1.00 vMB 0
857,071 857,071 00000000000000000000634017bc361cf3e7ce4e3a65ffbf3fd034a605c30e85 1,025 1.00/1.00 vMB 3
857,070 857,070 000000000000000000011da12f277d67893001f978faddbe39e1ce6aaf23bb3c 4,658 1.00/1.00 vMB 4
857,069 857,069 000000000000000000024de6c46921bf0904f91a65261709c1f725624fcf6aaa 2,285 1.00/1.00 vMB 7
857,068 857,068 00000000000000000000c7ecb9ed2bee20950a0929f6adf63b4dce62e3ce2026 3,235 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.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: 713.34 GB
    • Received: 17.35 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.