Loading Tool

Explorer IconExplorer

Memory Pool

46,431 transactions
28.90 vMB
0.14455447 BTC
Random Selection Loading Transactions
Max Size: 152.97/200 MB

Candidate Block

Mining Attempt bf5fe5f118c947d2572946aa5a5e59646a3e4ee155c8542e13c16732510e5d32
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 312bc6f50ff8b1ed9a053d4da49c8048c3fc536ad40ec499edf0d25cc3868c65
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,568
Size: 1.00 vMB
Total Fees: 0.08180090 BTC
Feerates: 15,654.48 > 8.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (347,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,553 567,553 000000000000000000066ab533531f04344e5855fb631548369ff43cf9c61e4f 2,021 0.73/1.00 vMB 12
567,552 567,552 000000000000000000288fb19d80c71e1486ebf2bca097f26aa5566e2cdd1de9 2,785 1.00/1.00 vMB 10
567,551 567,551 00000000000000000029af2da2f718059fca1d8529439c7713f4023df96413dc 3,348 1.00/1.00 vMB 24
567,550 567,550 00000000000000000019533b1fa372b98185fc5cec78bddc673e5f9fca506d40 829 0.27/1.00 vMB 19
567,549 567,549 0000000000000000000fdd78d509fb0a449dfaae9e7cd11918a4a46586d9524f 1,453 0.65/1.00 vMB 16
567,548 567,548 0000000000000000001ca53bda84ec3180ae73811feed5e00300b0f5d4592478 1,064 0.37/1.00 vMB 14
567,547 567,547 000000000000000000294563a88e9633b72ec7104d009f180d1a6b215c0e48e1 1,719 0.96/1.00 vMB 4
567,546 567,546 0000000000000000000aa9408d429f2429b7385f544de36be4e4b2d9e784fad9 2,596 1.00/1.00 vMB 9
567,545 567,545 0000000000000000000613aab3fe71b0e8bb03a5ee7fdb57efcae3d49d982910 3,482 1.00/1.00 vMB 22
567,544 567,544 0000000000000000000fdc56e6d90e059ca15e1e9fc007b996d53de68c215f0d 2,737 1.00/1.00 vMB 17
567,543 567,543 0000000000000000000016408eb8328006def018b693c6d7bbc1ba0b1bcd4099 2,789 1.00/1.00 vMB 18
567,542 567,542 0000000000000000002c856aef5955c5d87369dc8679ded7ea03f59e659bf027 2,299 1.00/1.00 vMB 7
567,541 567,541 00000000000000000026c6c05a7880506ab8db7ece27c711b80915ae5a224a62 2,972 1.00/1.00 vMB 17
567,540 567,540 0000000000000000001f99a2af3d98eb4b7a450e24f7867bdba45f9f9d9a0774 3,349 1.00/1.00 vMB 19
567,539 567,539 000000000000000000115a0d124cdada514ae1dffb4649788e71666346384581 2,691 1.00/1.00 vMB 18
567,538 567,538 0000000000000000002dfcbc8aa71897f96fc48b5036a50d430c6862730b8b84 1,896 1.00/1.00 vMB 12
567,537 567,537 0000000000000000002135e8e17e5e928b20ecab167adf1008314b5c86d0071e 2,885 1.00/1.00 vMB 16
567,536 567,536 0000000000000000001b31d4134b18147e832decc46dbe58d6fbe7fc8d791b33 3,090 1.00/1.00 vMB 26
567,535 567,535 0000000000000000000a496a0f1accec79ddc9aa68e9043204663f9e6fc358ef 1,391 0.52/1.00 vMB 15
567,534 567,534 0000000000000000000156a619149e3e640dab7f1f2b367d616739ef5da1e03b 190 0.05/1.00 vMB 21
567,533 567,533 0000000000000000001070192a64a6cff614fd4fd72fa1d4a2e090c3d0b80408 994 0.35/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.04 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: 650.75 GB
    • Received: 13.32 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.