Loading Tool

Explorer IconExplorer

Memory Pool

76,363 transactions
28.29 vMB
0.09290213 BTC
Random Selection Loading Transactions
Max Size: 171.65/200 MB

Candidate Block

Mining Attempt 7e61de378368d039f9789fbf7f6bea4057de001213a8f5967e74543aedab2760
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 799e2d26a43ec2c409e15eae29c61b65a81644fdd64979105af6057e1551fb9d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,636
Size: 1.00 vMB
Total Fees: 0.03068075 BTC
Feerates: 402.60 > 3.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (532,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
382,323 382,323 00000000000000000b48452a4825f7a171b7dcc4a4e63db523a39b9b33536d6f 2,257 1.00/1.00 vMB 28
382,322 382,322 00000000000000000cc08e9ec88e98d61856becde9dacabfb2d61245b2c810c6 2,673 1.00/1.00 vMB 36
382,321 382,321 00000000000000000d5004c1e92f69cfdabf314f29ecf8f9b35230ecb0aaacfd 3,268 0.93/1.00 vMB 75
382,320 382,320 00000000000000000a8dc6ed5b133d0eb2fd6af56203e4159789b092defd8ab2 1,055 0.51/1.00 vMB 34
382,319 382,319 00000000000000000dfe5c861300202de68a8ce489e7360eaba3e516a9a481ed 155 0.14/1.00 vMB 11
382,318 382,318 000000000000000005fa83460d4fb8065d59aa1f6314410a75e8266aee15e6db 883 0.63/1.00 vMB 21
382,317 382,317 00000000000000000bbc2180f227e684b14f091cf25aeb14aeb7b7fcc84d3d13 1,617 0.75/1.00 vMB 34
382,316 382,316 000000000000000000d82908dea0384c57649f6ff5ff7faae93e53eaed06f597 3 0.00/1.00 vMB 4
382,315 382,315 0000000000000000080d65b94c16173a3ebcf1378fcd2ff5344dad6f950e07f8 2,175 0.98/1.00 vMB 33
382,314 382,314 00000000000000000da6d0b454f105c072d0ac1b4ec8ce609f3cd4e2335c4fbe 1,284 0.56/1.00 vMB 50
382,313 382,313 00000000000000000ca590bb3d05ae4516fb8e603103c53c16fb365e316f6f86 457 0.25/1.00 vMB 27
382,312 382,312 00000000000000000f4ae4d18dcb119654b48a5c99fc3869b2ec2872e35aaed9 964 0.57/1.00 vMB 29
382,311 382,311 000000000000000011391c69a16ce6507207efa4509df740ec69e0b599758d0b 704 0.63/1.00 vMB 21
382,310 382,310 000000000000000000a4b292d930390af57b409e34a1867dc59a1df6a6669b79 1,969 1.00/1.00 vMB 32
382,309 382,309 000000000000000009f85000b6dc7e65dd169eb3583cd4f3b7ecb221a1c6a72f 1,510 0.74/1.00 vMB 32
382,308 382,308 0000000000000000024aea7a089f9530c57025705aec0795334d9f7e7e3ca3cf 1,131 0.70/1.00 vMB 32
382,307 382,307 000000000000000002c86e41e48abab3373e7714f45e735819f44ac3b82ffde3 549 0.95/1.00 vMB 10
382,306 382,306 0000000000000000096a1c5488845e7b86de5ec9e7be88f881866f1c710e1e9f 422 0.21/1.00 vMB 23
382,305 382,305 000000000000000007dd9be87a09ff4a7ac4dc4586bbef9613ebb0b7f15d7a60 1,962 0.92/1.00 vMB 32
382,304 382,304 00000000000000000abc91a1de5880d4bbf0ab7c5a9790bbd8602ec20f19e253 761 0.41/1.00 vMB 30
382,303 382,303 0000000000000000020c0fd054e254883afafc886a9a13759a03fb6aa66925fa 799 0.83/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.93 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 714.69 GB
    • Received: 17.58 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.