Loading Tool

Explorer IconExplorer

Memory Pool

35,265 transactions
14.96 vMB
0.07393645 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 6 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 84.76/200 MB

Candidate Block

Mining Attempt 451d81fac1b17fd3df9f8b07978c1205edab9204c94600161329aeb418faa7c6
Version 20000000
Previous Block 000000000000000000007c96c62c97f21f35e15ac289c26611deb2cb89f05dcf
Merkle Root 0c6229b974870ac269c990cac54320839c9e1e4acee293a65da2240da719f6ed
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,611
Size: 1.00 vMB
Total Fees: 0.02524650 BTC
Median Feerate: 3.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,343 (896,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
17,310 17,310 0000000070b987b16b7f8393b3a01987eaaba7374584b78685b2bd852709f836 1 0.00 vMB 0
17,309 17,309 00000000178c5171f4782c7e0b4366d03ad59e636989e9294a6e275ab11f64f5 1 0.00 vMB 0
17,308 17,308 00000000d18e4254ff6ccc6c69a9299ceef5c39c0c1dbe7d1f155bd14b66c6b8 1 0.00 vMB 0
17,307 17,307 00000000832eee23caea4f17ec0c409c68a9d43382bbd5e396d56e2081fa3263 1 0.00 vMB 0
17,306 17,306 00000000ce37a2e883a7e4a2175ead8d325ec0ed0d1dcd4a8fc143dde313b723 1 0.00 vMB 0
17,305 17,305 0000000031489d40d7879416a9eebf216e44a3b72664aab828a04706c0e33923 1 0.00 vMB 0
17,304 17,304 00000000340bfdcfd9b54a09ecce1966601d125e0abd38b141de5fd2c37883d2 1 0.00 vMB 0
17,303 17,303 0000000079ed3b263458ecb87fee5006ff040662d29423d2d94d0b54f47afff0 1 0.00 vMB 0
17,302 17,302 00000000c8d45963c9ff091dee0e968e7b23ccc86a6edb40ed687af947820bd1 1 0.00 vMB 0
17,301 17,301 000000004a8e6ad84c6c4e37e09588554e6c73f00d488c6d6fda9fd362562e5a 1 0.00 vMB 0
17,300 17,300 00000000ce2b9611a90de04f155b80083c3a4c17d84865a9684e6d252022f675 1 0.00 vMB 0
17,299 17,299 000000009023f405cb82eef46e890ba22e394f57656fc7a319b13a0f2485a859 1 0.00 vMB 0
17,298 17,298 0000000035148b2f6128749004bd39f2ee11b6bc510b8ca0a8b3951b1b40fd25 1 0.00 vMB 0
17,297 17,297 00000000e0840357616652dfc179beb254bb41966a0bce3df667d37657748884 1 0.00 vMB 0
17,296 17,296 00000000fb7b903367cf6a0a5d8748c90fb5e6b5b29b7166efdd4ef6a64facea 1 0.00 vMB 0
17,295 17,295 00000000050adc112af0349468e192a401d39655bf84e88ba691a25b46121b66 1 0.00 vMB 0
17,294 17,294 0000000001e7d68b44bcab670112519c0c2bb40799e6c5be7c0b5a41168d0428 1 0.00 vMB 0
17,293 17,293 00000000544b8af49c8b5d992ab5b33a013f3435bcd86af2ce4912fe96f7dcae 1 0.00 vMB 0
17,292 17,292 0000000063c03d0f2dd7fc35e2aebaf09c7436df23094fa570bdf0758449edc6 1 0.00 vMB 0
17,291 17,291 0000000092b9bc9d7b9370ab979da01baead960c1d4518fafb4d290e67065869 1 0.00 vMB 0
17,290 17,290 00000000b32bbf084c4bfa7adb7f7615b9459d5a03389a8fa61cbac10b99bb68 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

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