Loading Tool

Explorer IconExplorer

Memory Pool

74,810 transactions
27.69 vMB
0.07794866 BTC
Random Selection Loading Transactions
Max Size: 168.81/200 MB

Candidate Block

Mining Attempt ddf8c1c2e59d0d782a8bca3a02cb86122e47e2ce172b2257a8d6fbe153b0ed6b
Version 20000000
Previous Block 00000000000000000000e688f97ccb81e4d6cc7bbc0a5091e24a52bc286c17c9
Merkle Root 0e2f02e24f33e4741f1e493913e07d09275eb9becf56829ed6fbb162917957a6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,793
Size: 1.00 vMB
Total Fees: 0.01865109 BTC
Feerates: 297.62 > 1.87 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,282 (268,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,680 646,680 000000000000000000085142a1f25559b56c252390ec6492da366b5f1d8236b1 2,129 1.00/1.00 vMB 66
646,679 646,679 0000000000000000000921659a20a0281a0b2d9fd44f3892e4cd351408dc84be 2,402 1.00/1.00 vMB 144
646,678 646,678 000000000000000000014ac8a1f5e6704f5b14502bbbd2b84a3516cd7402735e 2,102 1.00/1.00 vMB 121
646,677 646,677 0000000000000000000bf7604a2cbd58972eb53a026f09d6ffc7f7af2ec8f532 2,142 1.00/1.00 vMB 56
646,676 646,676 0000000000000000000c6ab81cf8c1565879711dba3647406bfe3b3c3fc68ace 1,760 1.00/1.00 vMB 129
646,675 646,675 00000000000000000005492a2a6f88ed1a667cbe7bb30738428760be3e14593e 2,358 1.00/1.00 vMB 161
646,674 646,674 0000000000000000000e01ddb1457a233199555292d385eb6fa0fbea52bcc9bb 2,067 1.00/1.00 vMB 58
646,673 646,673 00000000000000000008bbe6d6bfa0862063800e1c2cd19757a937b8442e233d 2,402 1.00/1.00 vMB 141
646,672 646,672 00000000000000000006745d18034074774ecf86132a0b19313f2c9a76488c7f 2,416 1.00/1.00 vMB 90
646,671 646,671 0000000000000000000d7a3b6451357a214270f38c3409d4013c4321114b3135 2,476 1.00/1.00 vMB 105
646,670 646,670 000000000000000000031d410158d107fdc498cda92bd1906671ee7e018d81cf 2,282 1.00/1.00 vMB 86
646,669 646,669 000000000000000000088d3c06b3ff9a3ff0e8d7e739fd443765992aed42597b 2,533 1.00/1.00 vMB 107
646,668 646,668 0000000000000000000a4adab3906c86267c3465637b9459298a6b46eaf23e0e 2,773 1.00/1.00 vMB 117
646,667 646,667 0000000000000000000fcdb1247465444b04b1f8df48ae1a3ca2b0d90fff8bcb 1,863 1.00/1.00 vMB 139
646,666 646,666 000000000000000000066981750f7c83db6a4b1eae9f95d805926d8be46d2506 2,355 1.00/1.00 vMB 146
646,665 646,665 000000000000000000054ee9b3baa8daee65ec82548b072c4e5b85f72099a022 1,879 1.00/1.00 vMB 141
646,664 646,664 0000000000000000000d52954704f4ccca84917522077b1d1be500a9e75e9628 2,687 1.00/1.00 vMB 162
646,663 646,663 0000000000000000000a556f34aad354e918bcf30c1b317d49a991d679093e15 2,221 1.00/1.00 vMB 68
646,662 646,662 000000000000000000022ff3618e24d0cbc3ee4a63542fb3b840d13456a549f0 1,787 1.00/1.00 vMB 70
646,661 646,661 0000000000000000000fc682c18afb81dd177215d3a1df3453781a74b86de079 2,362 1.00/1.00 vMB 60
646,660 646,660 0000000000000000000fadaa694f724b07eafa64650751888746e720b3c16206 1,827 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.88 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.26 GB
    • Received: 17.34 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.