Loading Tool

Explorer IconExplorer

Memory Pool

79,099 transactions
29.63 vMB
0.07442605 BTC
Random Selection Loading Transactions
Max Size: 177.75/200 MB

Candidate Block

Mining Attempt 0cd3ea5dc1bac0418dfe29d2cc46051bc22e488bfb1768810e1e9872979fbf92
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 15aaf6bdace1723f6a5c4ceed8ccfce093f863753bc28757c68a34cfb59882e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,021
Size: 1.00 vMB
Total Fees: 0.01404140 BTC
Feerates: 150.98 > 1.41 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (349,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,034 565,034 0000000000000000001e3d97cc1100559381ee38f6af687c2bccea5b7174db74 1,840 1.00/1.00 vMB 15
565,033 565,033 0000000000000000002d2b25444e0c49d66efdb408d725197b5d9e342212bcee 2,878 1.00/1.00 vMB 44
565,032 565,032 0000000000000000000436583af594ccd458f9ad09a57141c670f2d5aa023de8 2,975 1.00/1.00 vMB 17
565,031 565,031 000000000000000000119be57452769b14ae4ca176a8484464a8825787ec6b7e 3,055 1.00/1.00 vMB 19
565,030 565,030 00000000000000000025ed88670a21b70e908c0b4c74b934d3accb64b947376c 1,397 0.54/1.00 vMB 11
565,029 565,029 00000000000000000017bda1b8ddac47f4a9ef5c5c701a2884fb9e5d87a9839d 1,335 0.42/1.00 vMB 12
565,028 565,028 00000000000000000029e085c3de856760d3a94c96404994e2232d65199478d1 2,611 0.91/1.00 vMB 12
565,027 565,027 000000000000000000003cfe71b73357c0e6643e9f07b534c39af0bb80e199bc 2,860 1.00/1.00 vMB 15
565,026 565,026 0000000000000000001f793a99a2ba6c129969a59f3f7f09bf5c03a13c5e43e2 2,118 0.79/1.00 vMB 15
565,025 565,025 00000000000000000022785a24dc021987ff425a5dfdf6fe74a8c5a70b62676e 3,154 1.00/1.00 vMB 16
565,024 565,024 00000000000000000025b175085de30dcee3fe67860b5496fd84b8930dabbf89 1,932 0.69/1.00 vMB 6
565,023 565,023 00000000000000000015f99f594f6deb022a8fc293bee4e65d7027d4e2a3e9f8 2,752 1.00/1.00 vMB 3
565,022 565,022 0000000000000000001cd997708d76599d9b2915e927dad301af4e2a2d32ddf1 2,327 1.00/1.00 vMB 17
565,021 565,021 00000000000000000022ed3f67803ca588edea33116074582db3e0fad61a5bf6 2,923 1.00/1.00 vMB 28
565,020 565,020 000000000000000000010baa0afdab42f25b9f491bf356d2073250a848741127 2,443 1.00/1.00 vMB 14
565,019 565,019 000000000000000000233644b1f8801749875331f899084aa73cc79b93425bb7 2,664 1.00/1.00 vMB 19
565,018 565,018 00000000000000000024822e59e2f664fdffb2c315e6d022a255e589ed9f85d3 2,705 1.00/1.00 vMB 12
565,017 565,017 000000000000000000107ec153719f29cbea40615c8d85c1b4499f3852643b1f 2,886 1.00/1.00 vMB 12
565,016 565,016 0000000000000000001c96dab2325dc4d22536210804ed9e75a9d897d66a4f8d 2,861 1.00/1.00 vMB 10
565,015 565,015 000000000000000000025b5d1785edef0a93f0f4ab20fdbb00b1754256685bca 2,944 1.00/1.00 vMB 27
565,014 565,014 0000000000000000000fa043c35a4b3451e189be1082a8ef6649ce6b7b7fd8d4 2,149 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.