Loading Tool

Explorer IconExplorer

Memory Pool

82,402 transactions
30.59 vMB
0.08119880 BTC
Random Selection Loading Transactions
Max Size: 187.60/200 MB

Candidate Block

Mining Attempt 9c5321565f7cf85017fd298cc9dcceb118e7db5e596fce00be52246f7e696e12
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 5cdf1c314e803c4f5c663b13bbf80a48b6ef9d01a2f917cdd29f9412499f1694
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,297
Size: 1.00 vMB
Total Fees: 0.01291887 BTC
Feerates: 150.77 > 1.29 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (225,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
690,291 690,291 000000000000000000126a89d1832443073458947edfc7be4dde02489330a34f 2,705 1.00/1.00 vMB 70
690,290 690,290 0000000000000000000e2053dd6c34af087d59f38f2379492d13616a84586946 2,859 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.96 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 715.35 GB
    • Received: 17.72 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.