Loading Tool

Explorer IconExplorer

Memory Pool

82,925 transactions
32.08 vMB
0.08217283 BTC
Random Selection Loading Transactions
Max Size: 194.78/200 MB

Candidate Block

Mining Attempt 1c12fb677ae270c6b5eda9a2a99a28b739727e2c0f98850a42b4ea12ae39c941
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 2637f3526ec1c38fd42b5fd8d01015eab7980b2e7d445dd34a84de77aa05955b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,073
Size: 1.00 vMB
Total Fees: 0.01195323 BTC
Feerates: 146.96 > 1.20 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (308,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,022 607,022 000000000000000000129f4641fbc297ddae65c9479ea18ee473cafdeee0ea81 2,386 0.71/1.00 vMB 7
607,021 607,021 00000000000000000015bb4faf009ebde68c2252fb14d032852cf44362f0aea5 3,274 1.00/1.00 vMB 24
607,020 607,020 000000000000000000015c7557d9ce1701d145021aa874d0992064b1f22d3e33 888 0.29/1.00 vMB 22
607,019 607,019 0000000000000000001003b017262625baada729ace01cc2af215cb12b7a5d3e 2,659 0.83/1.00 vMB 8
607,018 607,018 00000000000000000002152d0a35ac5230e70afa7f302b3f26a2dae79b664dec 2,302 1.00/1.00 vMB 23
607,017 607,017 00000000000000000003eab8689799f7219362b947417f017f7e470d9c54c210 3,042 1.00/1.00 vMB 21
607,016 607,016 0000000000000000000d39c0e48397c3650dc75ac2214b53074fe5a2d82c2a7c 1,649 0.52/1.00 vMB 16
607,015 607,015 0000000000000000000bfb1e0378a691b7f95c6a89459ff55d8b3376279ef4ea 2,664 1.00/1.00 vMB 24
607,014 607,014 0000000000000000000460060e0b9a26dcbbc88fa8a93f41fedcaa90ff2bd76a 3,423 1.00/1.00 vMB 20
607,013 607,013 00000000000000000014b87e7507acb7dc3a7eebebf439b32cd8c5a6c9493fd9 1,440 0.49/1.00 vMB 2
607,012 607,012 00000000000000000013f0d1b3c37960c89091226de64006969b5ccb9806729e 2,617 1.00/1.00 vMB 36
607,011 607,011 00000000000000000008a6d4f9a5d76f0037ca43f97f1ca55d1eb07aa8f78f31 1,913 1.00/1.00 vMB 12
607,010 607,010 0000000000000000000567b12da4ddffe69ce938810e18248e032f401ae7d572 2,941 1.00/1.00 vMB 32
607,009 607,009 000000000000000000020cb4a856240419665783378ee5f4011747018c1751d6 1,069 0.39/1.00 vMB 21
607,008 607,008 000000000000000000128b93e5360c0fafe8ad7b695b902dad2c4f6713574c2c 833 0.27/1.00 vMB 24
607,007 607,007 0000000000000000000b8043c1bbb38bea83f4beaa13686820656ce9de004d3f 2,136 0.72/1.00 vMB 19
607,006 607,006 0000000000000000000f3c2d8dd98b1995ddef8d1521e4dd2fa748d3edd55569 242 0.08/1.00 vMB 21
607,005 607,005 00000000000000000006e3a6ddd654fcd62b616ec3d260aafaa60aa1c4a298ba 1,128 0.40/1.00 vMB 18
607,004 607,004 0000000000000000000177e2584156b0f3a37fa6e3c33b47e3d1fc8bae3cf379 609 0.23/1.00 vMB 23
607,003 607,003 0000000000000000001323d15b8879a8afa2df089e07c29e20c43a322ac3d0f3 1,489 0.70/1.00 vMB 20
607,002 607,002 00000000000000000007bcab97fea5018d509a242edcdfe7f0c619c478682e1f 1,031 0.46/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.76 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: 709.01 GB
    • Received: 16.82 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.