Loading Tool

Explorer IconExplorer

Memory Pool

47,199 transactions
29.56 vMB
0.15400056 BTC
Random Selection Loading Transactions
Max Size: 156.56/200 MB

Candidate Block

Mining Attempt 77bdd604c961c80d15dde03c17257869271121604888f6eaa72947b07f6fa838
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 21cc5fa2d8bdd74791df6108117c6f6f4f83b99d2030572a2a93a3215bba8790
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,717
Size: 1.00 vMB
Total Fees: 0.08650014 BTC
Feerates: 15,654.48 > 8.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (413,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,347 501,347 00000000000000000016ae72132ab17807802ebba44fadeb1d22b8dfdb288050 2,390 1.00/1.00 vMB 510
501,346 501,346 00000000000000000001578fe3660d29c44ec2f3ceb86aaf47f6c4e2b727493f 2,696 1.00/1.00 vMB 571
501,345 501,345 000000000000000000727dc3389a921c73aa1348713feab823c0d0d0354abb41 2,458 1.00/1.00 vMB 266
501,344 501,344 0000000000000000006edb69e61704ba2349d40fa6de9b86df7e327299c27b88 2,638 1.00/1.00 vMB 613
501,343 501,343 00000000000000000055219cf693cdf0c7fd4373b0c73baa50b847f37e7e717e 2,218 1.00/1.00 vMB 856
501,342 501,342 0000000000000000003a2fb00589cf1606dee897eee98d2beddd96e8dc725e85 2,201 1.00/1.00 vMB 458
501,341 501,341 000000000000000000927b9c685ac2afd10da49cf33f6e47e71b21333621ad23 2,455 1.00/1.00 vMB 765
501,340 501,340 0000000000000000000cef336eb7b165a1437a14781227745ce941026b171b8a 2,991 1.00/1.00 vMB 595
501,339 501,339 000000000000000000165853bed11306ab6de4c5383ca42822e85033869ec6a8 2,070 1.00/1.00 vMB 524
501,338 501,338 000000000000000000941ee4b49fa64a4e3ef0d813de7ce6e883ac2862dc8387 2,390 1.00/1.00 vMB 685
501,337 501,337 00000000000000000009602c44c7cd7f57ead1d9cb34ca4e9dd3b6c7fe85f909 2,483 1.00/1.00 vMB 745
501,336 501,336 0000000000000000009134e6c3c626e96069ac47a2bef10f846985ffdb5a42b6 2,216 1.00/1.00 vMB 879
501,335 501,335 00000000000000000047e37769d3707eeea2ac22a06e00683dd7b3fd29876543 2,537 1.00/1.00 vMB 779
501,334 501,334 0000000000000000003ea78f7b2c54c6ef28122366731ddee8940f735cd7004e 2,046 1.00/1.00 vMB 286
501,333 501,333 0000000000000000005603d5d82344bf6ec43cde41f2600a2e3027efacb2534d 2,373 1.00/1.00 vMB 344
501,332 501,332 000000000000000000822f3e0a5c1690d7efae0dc96a898b0c6f6d183aedd81a 2,426 1.00/1.00 vMB 723
501,331 501,331 00000000000000000038fbf7fcda5595b60f918a1e019c82a455ca7ae56a9023 2,573 1.00/1.00 vMB 642
501,330 501,330 0000000000000000000b338f04258d9d9571d111c512468611acbf2ae4bf4a47 2,259 1.00/1.00 vMB 475
501,329 501,329 00000000000000000048dc844cd9d013248ceb8a0663fef803736fc4d3b65df7 2,464 1.00/1.00 vMB 736
501,328 501,328 0000000000000000008b6bfdd711e485e1d6e24364591b3086140c1923155380 2,482 1.00/1.00 vMB 657
501,327 501,327 00000000000000000060c8a8d0722ffca5980065f98a7906f09f4f79dd89ae1d 2,669 1.00/1.00 vMB 513
Previous 10 blocks ↓
Total Size: 782.04 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: 650.77 GB
    • Received: 13.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.