Loading Tool

Explorer IconExplorer

Memory Pool

79,704 transactions
30.14 vMB
0.08223509 BTC
Random Selection Loading Transactions
Max Size: 183.90/200 MB

Candidate Block

Mining Attempt 7e801c69aac7ce3872f0f49fe20331e3ac983ba8b0c9f436c9aa4c6d74c6c5a9
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 1ac4e85184e7b3434e093c6e523c0ba5c707e0a2b90c5d58b74586606956bdc7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,081
Size: 1.00 vMB
Total Fees: 0.01505290 BTC
Feerates: 200.89 > 1.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (8,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
906,663 906,663 000000000000000000022fcf4373c307c647e5fdd7fd2d8977c8b28490f9bfa5 4,124 1.00/1.00 vMB 2
906,662 906,662 000000000000000000008e69db16024869aa669312414ea3c72d2b0facf56100 1,796 0.49/1.00 vMB 1
906,661 906,661 0000000000000000000202326e85ab86a003089e1fe76a08de05aa6d6b89c533 4,884 1.00/1.00 vMB 1
906,660 906,660 0000000000000000000011523ee65ecbb5f0b686a5b1632be2d31821476f6df4 4,177 1.00/1.00 vMB 1
906,659 906,659 0000000000000000000111c338301db995d9767b52efcb8cbda56acac883bb5a 3,305 1.00/1.00 vMB 3
906,658 906,658 00000000000000000000dd5f597b4ba198df7ae014f7a5e0834d08a4a3e70568 2,609 0.69/1.00 vMB 3
906,657 906,657 00000000000000000000567c5b50a8c8c5db9a76993868b47458f3832e9fe61b 3,475 0.88/1.00 vMB 2
906,656 906,656 00000000000000000001dedbd25e8140cdf1b4a54f5a1b07bae03ab04a2f2eb3 3,411 1.00/1.00 vMB 2
906,655 906,655 000000000000000000010749af120a8971d84ef467658fa1b366b83025fe306f 2,982 1.00/1.00 vMB 4
906,654 906,654 00000000000000000001475603bc5c67c24daf553ee91d6c1c4d88023364fabe 3,199 1.00/1.00 vMB 1
906,653 906,653 00000000000000000001d1b06eecf569e8c89926dd95dbfa6b243000673d5d01 393 0.11/1.00 vMB 3
906,652 906,652 00000000000000000000811a86379a75b65d57067e3f928c58362bb19d94ad2a 3,826 1.00/1.00 vMB 2
906,651 906,651 00000000000000000002308de94a98a62a54879fb09f4a6d3027c49b5b902f70 1,694 0.70/1.00 vMB 1
906,650 906,650 00000000000000000001c2706c0e525f61e6615fa15f4fc8676c0f0db4f28bb5 3,020 1.00/1.00 vMB 4
906,649 906,649 00000000000000000001aa2e3002739dbfab15bc8feab28ca6deca20db85e032 4,474 1.00/1.00 vMB 0
906,648 906,648 00000000000000000001d2dc685ddff3b431c1709177ad45fc67cc29960d0d2e 3,983 1.00/1.00 vMB 1
906,647 906,647 000000000000000000005adf71b8c3223131d28e1b174c70a7f21eda91ec155f 879 0.33/1.00 vMB 3
906,646 906,646 000000000000000000001b15cae4866c04f227b63f97d55dfd586d0581441f16 4,687 1.00/1.00 vMB 0
906,645 906,645 00000000000000000001dde78c670c88478b3fda7e822e1dd83195bfd41c9933 137 0.03/1.00 vMB 3
906,644 906,644 000000000000000000007b4c63c723ae186105bad517fda773f7e9f73e76d26b 3,495 1.00/1.00 vMB 2
906,643 906,643 00000000000000000000544caeb0801f22c1cf3efe0f5621e1dee8f0fcbbdcdb 4,484 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.05 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.58 GB
    • Received: 18.20 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.