Loading Tool

Explorer IconExplorer

Memory Pool

81,343 transactions
31.19 vMB
0.09345154 BTC
Random Selection Loading Transactions
Max Size: 188.13/200 MB

Candidate Block

Mining Attempt 1eaf39dd7e7202d75232146c4a2407d504ab1f8cd1bdf02dff1903e373abee34
Version 20000000
Previous Block 000000000000000000016d1b89e6b899f157320615453ebe26621a27c676cfef
Merkle Root 1fd97147162ac5c0796e98662ba4f530f0e3846986336ae48d87209d6b95147b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,490
Size: 1.00 vMB
Total Fees: 0.02003646 BTC
Feerates: 45.88 > 2.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,356 (476,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,644 438,644 00000000000000000373a45d3a8f1826d0fe1faff5610ecd640b14fc2b24c7b9 1,083 1.00/1.00 vMB 38
438,643 438,643 0000000000000000006f95650fb1921afcc14bb14216ca52e5d993fa69e66634 2,221 1.00/1.00 vMB 76
438,642 438,642 0000000000000000044b0c3c5fc7949550e4b1d0d50713020b71ccefe06ec70d 2,668 1.00/1.00 vMB 72
438,641 438,641 0000000000000000011e466a2ee5ff0a12cb6548b7800f77e9f004c6c6d087d5 2,657 1.00/1.00 vMB 75
438,640 438,640 00000000000000000212f0582ac16faf9db78c682d535418bd8e6f13926ee9b2 2,513 1.00/1.00 vMB 73
438,639 438,639 000000000000000000fa48cf1719ded433ed4900a48cec6efdba0c3a931b4383 2,016 1.00/1.00 vMB 56
438,638 438,638 0000000000000000043dafa1201d2dea165339c70d9a12eaeec886c6bdab5ffc 2,653 1.00/1.00 vMB 59
438,637 438,637 0000000000000000035d9c0d313d440eb9fc20819e90e39c0b6a74f5836cbb0e 2,948 1.00/1.00 vMB 90
438,636 438,636 00000000000000000450ff5f3886311d95fbe19525365fa84737e0398ca8f791 817 0.42/1.00 vMB 60
438,635 438,635 0000000000000000004c9b1a38f61ffe816b6b41a0f478effe931e68e42ce14b 547 0.50/1.00 vMB 44
438,634 438,634 000000000000000002a8166c3634af3b3f5949f988c7ad6a7b1c3cc69f01be70 936 1.00/1.00 vMB 50
438,633 438,633 000000000000000001285dfce08a535856e5b6406442071f17d5f9400b0f8f91 1,029 0.48/1.00 vMB 59
438,632 438,632 000000000000000001c7dca16269227706945d13a465cb3072bf12bc2450e1a5 1,323 1.00/1.00 vMB 31
438,631 438,631 00000000000000000387f368bbce00ad4733d9305e83d7772af4ede344e3940c 540 0.25/1.00 vMB 54
438,630 438,630 000000000000000004389415981c6b6ff8fae2684bc69ce2ec2a9db5b18caa3a 120 0.06/1.00 vMB 54
438,629 438,629 000000000000000002fa71265ea5f95b6c31e418d1eb91a1acd480e16f2e176a 1,188 0.48/1.00 vMB 58
438,628 438,628 00000000000000000137aa54e9ef9447ef86b9f6f8870a10c451e5c8aced2150 345 0.23/1.00 vMB 38
438,627 438,627 000000000000000002b3974e08b939b0c0db7308e8e980f7e66381479a7eee75 754 0.38/1.00 vMB 55
438,626 438,626 00000000000000000351cbfa6a71c7765c39ea4fd5fbe8d2f5734544fdf74dca 635 0.25/1.00 vMB 64
438,625 438,625 00000000000000000304b8f6dc8b94553eba003e9987362920db86a0e2b94a93 40 0.02/1.00 vMB 58
438,624 438,624 00000000000000000307b4cd8320542085e73e33e2383e81a0c182ad6746d031 1,337 0.51/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 783.01 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.88 GB
    • Received: 17.98 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.