Loading Tool

Explorer IconExplorer

Memory Pool

79,542 transactions
29.21 vMB
0.12112207 BTC
Random Selection Loading Transactions
Max Size: 176.92/200 MB

Candidate Block

Mining Attempt fadab3fa49c99cb47e4c5514aee2dfbd5176c38e004184119cdad7266e831e41
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 8f0fc48a4e14dcc6c90eada1004e0e3ef3c51e13af9bee61f9256f5dab3ba44e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,679
Size: 1.00 vMB
Total Fees: 0.04437405 BTC
Feerates: 301.72 > 4.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (327,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,687 587,687 0000000000000000001e79abac05acdaf9845bde7236ba741a2d85c266c1a2d3 1,690 0.55/1.00 vMB 18
587,686 587,686 0000000000000000000a93dc861212503d733fd736a1d33c5ba3e6fb1c541a26 1,977 0.99/1.00 vMB 10
587,685 587,685 0000000000000000000f172337aba949edfe2dbdf6dc76715ba440324b766cc2 2,432 1.00/1.00 vMB 18
587,684 587,684 00000000000000000003d6f34f634c8ba21fc1b90a7689707be4280fda9ebe3f 1,297 1.00/1.00 vMB 62
587,683 587,683 00000000000000000017c424abd9125547bf8031aaf0e1fc50cfd7feed67bf25 1,132 1.00/1.00 vMB 71
587,682 587,682 0000000000000000001b68a7edfbae81723c42964baf19355cb390e2840395d9 1,168 1.00/1.00 vMB 69
587,681 587,681 0000000000000000000d6a2eccfdc48c8211676c0354d1fcbb3cc6289b943e1c 1,650 0.56/1.00 vMB 17
587,680 587,680 0000000000000000000aac7ac95b7f7cde176d41439ff1eeb07d1301dfd2386c 554 0.18/1.00 vMB 18
587,679 587,679 0000000000000000000690c04140f0d9d9a430132da5e148e34a99978c97e895 141 0.06/1.00 vMB 18
587,678 587,678 0000000000000000001b05b94be8c24ff67eb5bac980f82b7cffd908557e78eb 2,326 0.99/1.00 vMB 12
587,677 587,677 00000000000000000001a8e996c423951430f3118fd097faf1c78949641ab643 2,703 1.00/1.00 vMB 33
587,676 587,676 0000000000000000001d3b4d3422409ad032ec71bf28f96b612f0f3783d7997f 2,845 1.00/1.00 vMB 29
587,675 587,675 000000000000000000015180c11597881e05c4c51c4b8a7ede843e25307abd45 698 0.29/1.00 vMB 3
587,674 587,674 00000000000000000015bde45e231e8d8c1d8f59757fa2daa5e2edeaffbaea90 2,220 1.00/1.00 vMB 20
587,673 587,673 00000000000000000019215c8a202dba1a59e6848e7fce6c50cb3da0d27dd0d9 2,186 1.00/1.00 vMB 7
587,672 587,672 00000000000000000016400aae240b1c8288892c725d75ceb557e79bd28d4e6a 2,372 1.00/1.00 vMB 3
587,671 587,671 0000000000000000000bb802784601178cccc77fe60e9ca6562fec2086f35f0e 2,926 1.00/1.00 vMB 28
587,670 587,670 0000000000000000000e12351bea594ea202e40f67403b8c4de13125a16f7134 2,855 1.00/1.00 vMB 37
587,669 587,669 000000000000000000107aa322a92b01e6e3c8ec89efd285d104b1538ab45c0a 2,766 1.00/1.00 vMB 43
587,668 587,668 00000000000000000007802168b808e8dc355a749bb39054d3f3f85288455fcb 3,401 1.00/1.00 vMB 31
587,667 587,667 00000000000000000009e635981772779f9e49c9f57ad98c959333121b0d71b2 2,362 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.90 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: 713.74 GB
    • Received: 17.46 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.