Loading Tool

Explorer IconExplorer

Memory Pool

81,233 transactions
30.62 vMB
0.08752995 BTC
Random Selection Loading Transactions
Max Size: 186.62/200 MB

Candidate Block

Mining Attempt a9de0702d85aed55f9f97c51666448d38285996e36f76f278ec57791731da347
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 6c2bc8d0e0c2a06928a0f90e74f3f7d5bc2b72102c383fc37a826db50fbd14a1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,248
Size: 1.00 vMB
Total Fees: 0.01874536 BTC
Feerates: 318.30 > 1.88 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (225,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,312 690,312 00000000000000000004fde788e26294c49086f0691be7aba02dbed299495412 3,051 1.00/1.00 vMB 26
690,311 690,311 0000000000000000000fe05b63c807bff77a1a2f79f461b249c2e5f342ac72f1 2,715 1.00/1.00 vMB 56
690,310 690,310 0000000000000000000c31f3e0b57d0cd57be6860c9416fbe3785f3fc7fb29a4 2,617 1.00/1.00 vMB 12
690,309 690,309 00000000000000000011eb92e5ae025d182cd14807c7092b31e928a015fb04a7 3,218 1.00/1.00 vMB 32
690,308 690,308 000000000000000000101450c1b0c66701923bccfec024826c1d322b9fef1ca4 1,609 1.00/1.00 vMB 33
690,307 690,307 00000000000000000000e44949bfaf86956c268b58225d4a9b0370e15408c46a 2,148 1.00/1.00 vMB 55
690,306 690,306 0000000000000000000b6816960a827a5ce837b59b2fc1517586658bfacb98e2 2,003 1.00/1.00 vMB 53
690,305 690,305 00000000000000000008c190b81c8a95480b8648232e13db6021ef36faca807a 2,436 1.00/1.00 vMB 28
690,304 690,304 000000000000000000125584a4cefca94a0cb30d24e3fb1f2e8cbe0b293e8399 2,857 1.00/1.00 vMB 33
690,303 690,303 00000000000000000010d351f213fd06ae73b8c536fe5b90693e7fac0c8a0a81 2,523 1.00/1.00 vMB 28
690,302 690,302 00000000000000000007f33da8698a4866dd735fab69e29fb52244cbe95ba2f0 2,533 1.00/1.00 vMB 6
690,301 690,301 0000000000000000000bd73e41e50a9951eb47ca1d261607bf81247a44588ba9 2,835 1.00/1.00 vMB 51
690,300 690,300 0000000000000000000987c35901fc79a5784e97194e12aaf40abfe1ad6db392 2,745 1.00/1.00 vMB 17
690,299 690,299 0000000000000000000c40b7be82d8e53edfb0f39aa44a4e560083d20a47508b 2,773 1.00/1.00 vMB 27
690,298 690,298 000000000000000000071dee6bcc3af2c06dd0deb86ba1c207aa2c0b88fa479f 2,145 1.00/1.00 vMB 20
690,297 690,297 00000000000000000003b637287e7088116e1d6e9df2ba230e2a64bb0129ef75 1,884 1.00/1.00 vMB 11
690,296 690,296 00000000000000000004124c09ec4d78f437f23e8fc5f0d66ae26c96f7aa8692 1,488 1.00/1.00 vMB 20
690,295 690,295 000000000000000000044fee3e03cfba4f365c8c45f411432506b63dcd4c3475 1,334 1.00/1.00 vMB 34
690,294 690,294 00000000000000000009153d6950304c5d19fee233a2181efd34923f2465392a 1,904 1.00/1.00 vMB 14
690,293 690,293 000000000000000000138f71267a86e2da127a22e7fcac2e81e2db8b206ce2d9 3,265 1.00/1.00 vMB 33
690,292 690,292 000000000000000000069a22cd7174d403d8170f2c71a13ae14bf4d20abce205 2,419 1.00/1.00 vMB 40
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.40 GB
    • Received: 17.89 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.