Loading Tool

Explorer IconExplorer

Memory Pool

25,333 transactions
25.95 vMB
0.03543854 BTC
Random Selection Loading Transactions
Max Size: 138.96/200 MB

Candidate Block

Mining Attempt 8378556a75f9ee1260e2ec43e216ef21a6ad13cd8a4c89b7e67e348ae30c5942
Version 20000000
Previous Block 000000000000000000019057acbde142b7d73469f6d63bac136b5ddf392467c7
Merkle Root 6849aaeb08b93f305e50d5d0029eec548ce7d7001e8fbec295ac49369d995c9d
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,112
Size: 1.00 vMB
Total Fees: 0.00651619 BTC
Feerates: 100.49 > 0.65 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,669 (14 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,655 940,655 000000000000000000012e5ea144b1ddbc33178631852cd4bde36f6c10115366 2,434 1.00/1.00 vMB 2
940,654 940,654 00000000000000000000e0a3903c4feefe23e04ea405809e670c85728c3f40a5 3,243 1.00/1.00 vMB 2
940,653 940,653 00000000000000000001f09104a40195c7e0b0c6dc80b210e5d3eeb5e3d0df53 4,673 1.00/1.00 vMB 0
940,652 940,652 00000000000000000001aabbcea93fb37549981d2b6db156c583bd23fb07de8d 1,093 0.32/1.00 vMB 2
940,651 940,651 0000000000000000000109a3eb1ca7d3edafcf4932afaf4aa06f1fca3e74f84a 4,814 1.00/1.00 vMB 0
940,650 940,650 00000000000000000000634aebabeef5525a50ef01216dcd1e1e95eb93bbdca0 3,944 1.00/1.00 vMB 0
940,649 940,649 00000000000000000001d9545d584496bd3e34367be64140977cfed4057c9d85 3,292 1.00/1.00 vMB 1
940,648 940,648 00000000000000000001306b417c2af3e7e46803ff856599eb2f9103cddc1bcc 3,092 1.00/1.00 vMB 2
940,647 940,647 000000000000000000012a1c1340f55482c1c1ca36edff7c21dc4a1d93940aa6 1,506 0.49/1.00 vMB 2
940,646 940,646 0000000000000000000088f82a9b0ea6f1457ccccb82ef1820c403d0488bdae1 3,465 1.00/1.00 vMB 2
940,645 940,645 000000000000000000000446b98603ec40ee2da12d807af628a4b24909f45999 3,817 1.00/1.00 vMB 1
940,644 940,644 00000000000000000000798cfa8d0718fe95a11a3b29c60e64ee8901193e5f46 4,266 1.00/1.00 vMB 0
940,643 940,643 0000000000000000000175c5edbef13b4a98ffef9bcf63835fd7e327d0ce9deb 3,539 1.00/1.00 vMB 3
940,642 940,642 00000000000000000001abc96a602961dc90e0ae9ef4bb1e611950a567c2205d 837 0.24/1.00 vMB 2
940,641 940,641 00000000000000000001923bb8df0254b75984417f2b7ec0095c275bfc6ca40d 3,828 1.00/1.00 vMB 1
940,640 940,640 000000000000000000008dd96cfef977b6a209da1bb9292df2972de852247556 4,587 1.00/1.00 vMB 0
940,639 940,639 000000000000000000017bb6dfa303f7d2ac292632c16b290f5ef022406bbb4a 2,625 0.79/1.00 vMB 2
940,638 940,638 00000000000000000001d57b70272bb084bb54ced75a6aa3ea9cb8bb6c93baf5 4,032 1.00/1.00 vMB 2
940,637 940,637 0000000000000000000049791904cdda4a35f8252dd658b75a5f9c33e643ffc2 4,639 1.00/1.00 vMB 0
940,636 940,636 00000000000000000001e431b9a83662ca73e36cabb17d08c9f3d9342daee216 4,046 1.00/1.00 vMB 0
940,635 940,635 000000000000000000000736f2448d4019edc51b63ce31a4a98a7bc2b6ac002f 238 0.05/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 827.96 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 4,513.29 GB
    • Received: 245.00 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.