Loading Tool

Explorer IconExplorer

Memory Pool

75,037 transactions
27.80 vMB
0.07841422 BTC
Random Selection Loading Transactions
Max Size: 168.97/200 MB

Candidate Block

Mining Attempt bc4ccb8baec8060bb7accd1f9b965d1b2a9529ec2535af90101bd6258eac01c4
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root 13c18d68ffa1687a56b4b6862f316d149bbcaf199b88d0804a17b48a1f4945a3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,176
Size: 1.00 vMB
Total Fees: 0.01892427 BTC
Feerates: 472.31 > 1.90 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (467,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,229 448,229 0000000000000000027f718038fe63a689b52f57d89bfd1e29eef880cb514cb5 1,506 0.95/1.00 vMB 60
448,228 448,228 000000000000000000fafc8af118f22667a4c9bd7a3423768d4657d38fd845f4 2,140 1.00/1.00 vMB 68
448,227 448,227 000000000000000001da832a3416ae4257e04e1ee4f9cb65a53bed1bca9468af 1,557 1.00/1.00 vMB 86
448,226 448,226 0000000000000000011203016f03b247cf38ed63bc3659574b6761b0a4355731 1,439 1.00/1.00 vMB 89
448,225 448,225 0000000000000000015d7ce35dfbe12ec295db3c79c3b45e27375a7ffdf7288b 837 0.41/1.00 vMB 87
448,224 448,224 00000000000000000032bf126e37fe6dccde30c632caa26dbe3a4e9ecc1cf1e7 487 1.00/1.00 vMB 24
448,223 448,223 000000000000000000eb7d1bbae05e037351a973cac2f6df6d27e510be993835 1,190 1.00/1.00 vMB 58
448,222 448,222 0000000000000000013bcb9b2bb2874e1bb7ca6d6366c896d7f84b81122f5d22 696 0.56/1.00 vMB 50
448,221 448,221 000000000000000000a80f32341a1bb130c02b62ef59c128412b03e26df72e33 1,539 1.00/1.00 vMB 52
448,220 448,220 00000000000000000278dfc714d2404bca9d42e908b3e515a6ecf1bd7bafd7fa 1,740 1.00/1.00 vMB 86
448,219 448,219 000000000000000001cc88230f679250e60200a3896bca3aae1b57e5f6e7c09e 2,166 1.00/1.00 vMB 62
448,218 448,218 000000000000000002202ea04d343317007dc7add2337480a60d81b2ba3e1c82 1,904 1.00/1.00 vMB 87
448,217 448,217 000000000000000001c95f174800af547a96b677aef8bfb33ccf0fc4d7714ffe 2,789 1.00/1.00 vMB 74
448,216 448,216 000000000000000003357a02705d7c09324046b72b6ba85fd28e5c07b536106f 2,421 1.00/1.00 vMB 80
448,215 448,215 0000000000000000026f2983253aefa2a0dc2faacdb1eb8930bb7440a8a5dff9 2,420 1.00/1.00 vMB 84
448,214 448,214 0000000000000000004db2c2754ed59d49860cc2ea99510f6234fa1ed0c89989 2,333 1.00/1.00 vMB 87
448,213 448,213 0000000000000000000c35ff12be63e1269ba03b0a20267178c1f6883b494ca8 515 1.00/1.00 vMB 16
448,212 448,212 000000000000000001467297a772be66ca4619235b1fbb02ed7cbba907cd6d59 935 0.41/1.00 vMB 76
448,211 448,211 00000000000000000318ffe6b0470f0a32e458f745d55257881bfc25217a9cd5 92 1.00/1.00 vMB 2
448,210 448,210 0000000000000000009c5a17bd4fba2ec7ab3de105a5b2092b0a4dfa2179b212 1,698 1.00/1.00 vMB 48
448,209 448,209 000000000000000002ecd84412a0a29592c54f1f547f8649138df28a7b6c99b9 669 0.36/1.00 vMB 76
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.55 GB
    • Received: 17.39 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.