Loading Tool

Explorer IconExplorer

Memory Pool

79,956 transactions
30.33 vMB
0.08664797 BTC
Random Selection Loading Transactions
Max Size: 184.62/200 MB

Candidate Block

Mining Attempt 9a0371755460aae79d05b6e31113243ccbbabc13b17cede8863317be1c132ced
Version 20000000
Previous Block 00000000000000000001b18527090b50466f4d831af0ce90acc09da8967d8af7
Merkle Root c54851e403e83e079e3570dc9f54556705771956749d93c46c2d8af53fe21aec
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,424
Size: 1.00 vMB
Total Fees: 0.01885234 BTC
Feerates: 203.60 > 1.89 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,395 (365,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
549,538 549,538 0000000000000000000d687d61c5bc23fb2b975f8d8c490b5f49b99939beca2d 2,268 1.00/1.00 vMB 7
549,537 549,537 00000000000000000000e147f4ce9e430856c012bdb00bae5fae39f1caafda68 2,745 1.00/1.00 vMB 10
549,536 549,536 0000000000000000000eb2a57ad5aa6e3892c838cd2c87709c2331d5685286fd 2,992 1.00/1.00 vMB 17
549,535 549,535 0000000000000000000edc8d9a2f48d81d1ae285accad80fdfd4ccca735f75c8 2,628 1.00/1.00 vMB 8
549,534 549,534 00000000000000000023c0d478f702b6411ab8618adb13dbf79d603416d5c7c8 3,061 1.00/1.00 vMB 19
549,533 549,533 000000000000000000094d8b9685aefd0ac84d9a5c0dad075186cb8638a53d26 2,829 1.00/1.00 vMB 22
549,532 549,532 000000000000000000179c0ea8e7e672fbbb7fa40bea80f4e3f9ad67b5af66d4 1,638 1.00/1.00 vMB 11
549,531 549,531 000000000000000000039418b22392d46bd0288e15f4b67d6faab54fefb3ee19 2,315 1.00/1.00 vMB 23
549,530 549,530 0000000000000000001f4cd8de041b5848cd0b0c6591a8f3fbf8c03d7eac5fb8 2,731 1.00/1.00 vMB 15
549,529 549,529 000000000000000000086aa111e292fc962861efac4d8b9c634e41287cd73f66 3,353 1.00/1.00 vMB 17
549,528 549,528 0000000000000000001e6cbea32fb4f2d8c95ae6b868e3a5e395533cd8d62193 2,833 1.00/1.00 vMB 29
549,527 549,527 000000000000000000232d3aa5be5a0d6b6c1aa4f742e285942125b6cb71316f 2,126 1.00/1.00 vMB 11
549,526 549,526 000000000000000000109f3ba8219d4c3d556d3f48c51297134af930b5806aa5 3,227 1.00/1.00 vMB 20
549,525 549,525 0000000000000000002127eb9efc240a564b889d15b327a5166c142fed96f34e 3,277 1.00/1.00 vMB 17
549,524 549,524 00000000000000000001e08b870b2d6d31d8ba20f5bdad8e7cb809fd8ce6a8fb 2,990 1.00/1.00 vMB 23
549,523 549,523 00000000000000000013cb1ab90311e1dd2cc288b87b10e2a090483ecd356880 2,761 1.00/1.00 vMB 32
549,522 549,522 0000000000000000000bc30dbc41581a5e495337dd5ef0e8660b485b8a051937 3,290 1.00/1.00 vMB 14
549,521 549,521 00000000000000000007353785a2e0402dc07ee4a18ab3f8a4e76b6ee9171f5f 3,276 1.00/1.00 vMB 14
549,520 549,520 00000000000000000000ba6277cedc076168d9b84f449b318027a1b3d05928b8 1,857 1.00/1.00 vMB 11
549,519 549,519 0000000000000000002581157f16ccd7eb9333ad870f9bd05ded459c0053a81d 2,632 1.00/1.00 vMB 13
549,518 549,518 00000000000000000016ca77d7b331b179569668a953776ff9b2828faac4870d 3,085 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 783.07 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: 720.94 GB
    • Received: 18.32 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.