Loading Tool

Explorer IconExplorer

Memory Pool

49,369 transactions
23.11 vMB
0.06223013 BTC
Random Selection Loading Transactions
Max Size: 129.54/200 MB

Candidate Block

Mining Attempt 58cab4c4fe369db013d0c64e8d0d27c77f1a22a24f743a6aa04625baeb45a010
Version 20000000
Previous Block 00000000000000000001bace3b0dd0015aebbf1503c7b689639882217c88f80a
Merkle Root d9f2e2a2337636b1ea7a445d45fb0ab113705e0eab7d1b89882099bb321540ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,381
Size: 1.00 vMB
Total Fees: 0.01416295 BTC
Feerates: 100.00 > 1.42 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,995 (1,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
912,639 912,639 000000000000000000013a243b5d8f1ef219edcfa5430bea705bdab6797d38a3 2,264 1.00/1.00 vMB 4
912,638 912,638 00000000000000000001bb216f20fd9d99aa095cb24a5dbc4cb0a86d2aa012f1 3,065 1.00/1.00 vMB 0
912,637 912,637 00000000000000000001d64458b06570945e0befd8fb7ca629a13e9ef9d4a68c 804 0.31/1.00 vMB 2
912,636 912,636 00000000000000000002132ff496ab04a3174b30f6c4e12b68133de180384aa0 2,831 1.00/1.00 vMB 5
912,635 912,635 00000000000000000001f06aed25da7e2a50326bd02c53ebf8afb51f05ef6fea 1,880 0.61/1.00 vMB 6
912,634 912,634 00000000000000000000b2b7675f47cc9eff74117aa7fa23ebe7fe9c31cd7946 3,345 1.00/1.00 vMB 3
912,633 912,633 000000000000000000018e49f324973d2bd7c0142edc0f41767049c6e7d7b7d6 2,853 1.00/1.00 vMB 4
912,632 912,632 00000000000000000000978f2aa548b12b9fe7da9e2809d25f2d40ddfb63c1ae 2,775 0.95/1.00 vMB 2
912,631 912,631 00000000000000000001631c5d581fed7d3e0e2ddc9e3898e60a35abda87ad58 857 1.00/1.00 vMB 3
912,630 912,630 00000000000000000000a3a2c82c0e4e4e14e4b2b57a577f312a38ce7a91ba21 4,841 1.00/1.00 vMB 1
912,629 912,629 00000000000000000001401600df042726e016238e43477a0c8de1312fe05325 3,175 0.99/1.00 vMB 2
912,628 912,628 00000000000000000001eb7090bb88fdb831b4164bbb225e40a806f36d2163e0 3,064 1.00/1.00 vMB 2
912,627 912,627 0000000000000000000224385ce530746d928d41512c2705774c6ed060d4f218 2,286 1.00/1.00 vMB 7
912,626 912,626 0000000000000000000025264c290b0b8802616faf233b97d5119d6cbd34cc81 2,357 1.00/1.00 vMB 5
912,625 912,625 00000000000000000001de4508da5449bbceadf0175d11f99583418409c10d2b 3,432 1.00/1.00 vMB 8
912,624 912,624 000000000000000000004ad96fa3734776459ce8090a2aa5515e7f22b68ce2f5 1,115 0.25/1.00 vMB 2
912,623 912,623 000000000000000000019546d53184e0d0b8f73dffdf0f030fd0b9da3d2db658 4,269 1.00/1.00 vMB 1
912,622 912,622 000000000000000000005143f0d7fabbded42ade418b15d6b214e2818111edbb 2,137 0.58/1.00 vMB 5
912,621 912,621 000000000000000000011b4a740b6bf5b1685ae5ac93d37510bb61da023c076e 6,026 1.00/1.00 vMB 0
912,620 912,620 000000000000000000012f8e975b5b1068f8aefcc9f320a93d72d7f94c372692 6,198 1.00/1.00 vMB 0
912,619 912,619 00000000000000000001aa4fdf29ab3880b4846e2cf77c375aa3bd5da8f3975e 5,771 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 780.59 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: 542.20 GB
    • Received: 6.22 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.