Loading Tool

Explorer IconExplorer

Memory Pool

38,225 transactions
26.34 vMB
0.06262273 BTC
Random Selection Loading Transactions
Max Size: 135.59/200 MB

Candidate Block

Mining Attempt 927e4b1959b4064f18a4240514658588e3ca5e48138fa6daeea8bdcb450b957c
Version 20000000
Previous Block 000000000000000000002d05d6b44ad40f04c8763a38c5afbba07e4fafa201d8
Merkle Root cfae2f4c32f47398d3bd46306d161bf78e6ab1f11c5aa6ed5e2043c9fef0302c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,007
Size: 1.00 vMB
Total Fees: 0.01377792 BTC
Feerates: 160.85 > 1.38 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,672 (541,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
373,217 373,217 0000000000000000124d8ffde43a550a560005c0b7b2c99bb23718da763dd227 233 0.11/1.00 vMB 41
373,216 373,216 000000000000000001546f8f4043dcf8d2af89d3f2c98f3bc29433f4e904e265 211 0.10/1.00 vMB 54
373,215 373,215 00000000000000000ba2208cee903a95d69f32ff7efc8ea250db8e31a26543ee 619 0.32/1.00 vMB 39
373,214 373,214 00000000000000000ca37e875d02028806eaa4413eaae5ea24e6b2fdb351e525 233 0.12/1.00 vMB 37
373,213 373,213 00000000000000000ec8f349eb8fc4a9d7437820f52f187ce1a9ed6d7085a078 1,047 0.59/1.00 vMB 38
373,212 373,212 00000000000000000d19f09943c902890c49d77daf71bf44d60c2f26e67aed7c 245 0.13/1.00 vMB 35
373,211 373,211 00000000000000000ae7553fa42f9ec1dd29661304ccf434a4c89642135ffd05 339 0.26/1.00 vMB 30
373,210 373,210 00000000000000000dd7d1fd9324f7b7c4ddee26c4b8da0887863a97c567ad0c 181 0.08/1.00 vMB 65
373,209 373,209 00000000000000000729c7b5149fcb1ec0144dc751e363b926e5ea8f8a4d3baa 461 0.38/1.00 vMB 29
373,208 373,208 00000000000000000f451b7899c64b26ba49a7e56051677767e936a725017e04 458 0.27/1.00 vMB 44
373,207 373,207 000000000000000003f9786f878142d890e5bbd9c8f0e1d14afe101606bf810f 1,883 0.86/1.00 vMB 47
373,206 373,206 000000000000000008b37ad5ad0e92ffa96cd6c903eca2fd4e7a30963df12561 936 0.43/1.00 vMB 43
373,205 373,205 000000000000000000dd386d6c9e03a1e602b5faa1a3b5537d9d1d2f562071df 508 0.31/1.00 vMB 38
373,204 373,204 000000000000000010bd8a7b56f19a4c71e04ed86e0cf610ca138e1eab2a48fc 1,328 0.67/1.00 vMB 45
373,203 373,203 000000000000000012c4f71a13e8ef6be372353f1f797796851ed014af8a3d3a 456 0.22/1.00 vMB 42
373,202 373,202 000000000000000010f8f94d4031d57814180e9e9767d4276f23b62ef88d3231 1,262 0.66/1.00 vMB 40
373,201 373,201 0000000000000000078ef450a162dd5d76e85da82573eabbfdf45c5c397bf03e 921 0.55/1.00 vMB 29
373,200 373,200 00000000000000000fe66acd46469a60672de817ee2ac31d8c31ce6cb8d573d7 305 0.15/1.00 vMB 45
373,199 373,199 000000000000000000d53e11c598c8ea5bbd6c3df683eb0bd082458a8b585ac3 686 0.28/1.00 vMB 50
373,198 373,198 00000000000000000d8da530c4913c974d2f170015a63209eff8075cefcb912f 1,689 0.75/1.00 vMB 49
373,197 373,197 0000000000000000128809679eeb47420f38dfe3e561caaa96dce004d8c4f232 567 0.34/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.81 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: 635.30 GB
    • Received: 12.30 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.