Loading Tool

Explorer IconExplorer

Memory Pool

41,720 transactions
30.32 vMB
0.06478871 BTC
Random Selection Loading Transactions
Max Size: 153.86/200 MB

Candidate Block

Mining Attempt bf61b8e985d3221f7e801215edb52636c5d3fb0d39337dee21aa2f694726bd34
Version 20000000
Previous Block 000000000000000000019b2b5f9668b8468ee0c8388fe380d47ffed82a29105d
Merkle Root bcf417ba0277cbee982aa2144b3677693faf111d5418b416afd0277b68590ba9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,057
Size: 1.00 vMB
Total Fees: 0.00413482 BTC
Feerates: 18.06 > 0.41 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,443 (796,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,563 117,563 0000000000004a05d4f7b55750c2054f6f252a27efd3c68651eec7d3bf0dccab 10 0.00/1.00 vMB 293
117,562 117,562 000000000000ca672fb26b9aae6b1b10ffd78d1c2748e89b182fc7caba58b466 7 0.01/1.00 vMB 526
117,561 117,561 000000000000acef3a6e574b4aab8553086f6b65e9901d928edf33784834fa76 14 0.00/1.00 vMB 1,244
117,560 117,560 0000000000001d523f1944d47cbde74427004e02a32770d20984a8b8d47a39b6 10 0.00/1.00 vMB 1,933
117,559 117,559 0000000000006a6ddea7c76e31145c5f35cfa359e5cd469fc22ce4e764d04a52 14 0.00/1.00 vMB 461
117,558 117,558 0000000000002a2e0f4ae1819fdf3d8627321e63a21e537d3780858cdf0af8ab 12 0.00/1.00 vMB 622
117,557 117,557 0000000000009679f7a11b0c248cc41cdad37814fc7f380c5e0dcaad8cb259b6 8 0.00/1.00 vMB 340
117,556 117,556 0000000000007705087e6f06d5361e614c3b29b7690f1003053f4b01bcffb115 17 0.01/1.00 vMB 1,186
117,555 117,555 000000000000c560de5d0bd38cd5312730179e290c784700760e10bbefc130e4 11 0.00/1.00 vMB 591
117,554 117,554 000000000000a114b50d2f442b222c7ce655c4a24b6417f164955d9909ae3d52 12 0.00/1.00 vMB 1,232
117,553 117,553 000000000000791307f813b244df7fa4853d66bd0693a53637cb86dd15e37707 17 0.01/1.00 vMB 1,394
117,552 117,552 000000000000c652847ac825cd9c6d7f7597777f10ba5d96d5f42d24b65f6369 13 0.00/1.00 vMB 578
117,551 117,551 00000000000030955833f2bc7e61aa8541e502039292dde577656a544bb9ba7c 2 0.00/1.00 vMB 0
117,550 117,550 00000000000032d988280de054946e854b75d11ff3a679c0cbaab845bae47b40 6 0.00/1.00 vMB 1,689
117,549 117,549 000000000000a1fa5d6ae9fd4781be5f63a6538f125a7f99261faf871ec2873b 8 0.00/1.00 vMB 969
117,548 117,548 000000000000c76d7b18a69ad911e4d6bc030b7bc46d3c791f56667f38e30bdf 1 0.00/1.00 vMB 0
117,547 117,547 00000000000087a7fd62c4315341eed513baee421ab851ab8ae23ab6e1800d38 14 0.01/1.00 vMB 571
117,546 117,546 0000000000005452b2bfd2b0e28b4974dcd69f092c9226a93978b42e067ad05d 10 0.00/1.00 vMB 1,743
117,545 117,545 00000000000044361fffd70cd779f6086244a0f6cc3bb746b07ba051dfa00463 10 0.00/1.00 vMB 397
117,544 117,544 0000000000004b1c7fdf2157fcf22ae6c300b2b13b7e1b052de208a998dee96d 16 0.00/1.00 vMB 252
117,543 117,543 0000000000004705a48688c8169affd564b68e4a23cf6b546249d59875a73d89 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.39 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 602.87 GB
    • Received: 10.48 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.