Loading Tool

Explorer IconExplorer

Memory Pool

47,602 transactions
28.03 vMB
0.06794205 BTC
Random Selection Loading Transactions
Max Size: 149.34/200 MB

Candidate Block

Mining Attempt 0f78130ab057bb44a65924974668dd8611cd4a26550cde7584ca824ebbfe7a8d
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root e23747c9f702f09f056ebf7c2250e70344908a1efac15e3be17759b612d5561e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,122
Size: 1.00 vMB
Total Fees: 0.01474962 BTC
Feerates: 301.05 > 1.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (426,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,869 487,869 000000000000000000c51abfcaf2a71c63180e9c17ccf5c6bb1fadb604a00178 1,380 0.99/1.00 vMB 131
487,868 487,868 0000000000000000004881ec92704479e3d102ad33f96eb0a5f814c4f44670b8 1,150 0.98/1.00 vMB 135
487,867 487,867 000000000000000000a90fbf8c99417b8ef3973f1a60bbe4fdecbd777781ff2e 480 1.00/1.00 vMB 119
487,866 487,866 000000000000000000495d44f9da4f8d6fb54e32828321cc56cb820f4ca41502 712 0.99/1.00 vMB 140
487,865 487,865 000000000000000000bb94cf28b84352476c5d125ee1633f0fdc8e8a693bd3a0 1,260 1.00/1.00 vMB 134
487,864 487,864 000000000000000000f98485ab612f36844036425e56eced31176400f536a042 685 0.99/1.00 vMB 163
487,863 487,863 000000000000000000db98fd7a2dbf31da01b040413d8bb2c3577497737d9c6d 1,190 1.00/1.00 vMB 138
487,862 487,862 00000000000000000072d06daf75f67b208ff18a0dc10b9e9443cf7382e73be4 678 1.00/1.00 vMB 124
487,861 487,861 000000000000000000f3c86f39339f8afe191c364f06b84109fa3e2be482c247 1,433 1.00/1.00 vMB 135
487,860 487,860 0000000000000000003cfb96df710f1e41131cf46c73e7224765f989cfcf8ee2 1,394 1.00/1.00 vMB 129
487,859 487,859 00000000000000000001ccc5b1653f9809d8e8c3cb8b2a2e44093e9ddd29a84d 1,243 0.98/1.00 vMB 107
487,858 487,858 000000000000000000c76d178addc10b2016262bf65926bef0094ecff5b4a4b0 1,520 1.00/1.00 vMB 109
487,857 487,857 00000000000000000028f439a108ca3856e63d8ed007aa33426b5668540e7f49 1,619 1.00/1.00 vMB 97
487,856 487,856 0000000000000000006bd718563a04873ec69646839a8ad0ad52385773a66b5c 2,013 1.00/1.00 vMB 150
487,855 487,855 000000000000000000eaafe233c95018b7a93729fcb58f3cbd6c01428cc7c4e1 2,252 1.00/1.00 vMB 98
487,854 487,854 0000000000000000005a8f6ed1e9387284143ee49d8f22a3e4d10dbeef731359 1,387 1.00/1.00 vMB 111
487,853 487,853 000000000000000000d28a3ba854033b94a4270f23cdd4c95551491991d31929 1,521 0.99/1.00 vMB 122
487,852 487,852 0000000000000000001595602c8fa813298d9c70a86ec46ac6f0f668d822cbcf 936 1.00/1.00 vMB 96
487,851 487,851 000000000000000000f8bb287424800ed3b8e210ffe262b527a7e03b48623e9f 2,053 0.97/1.00 vMB 129
487,850 487,850 0000000000000000000dae2319cc9be4b5500f4bb1e1385efbf3cc55bbd88df1 2,337 1.00/1.00 vMB 155
487,849 487,849 000000000000000000405bfbe4d502ecfbad39451c6cef8b762b6896f70d1a8c 1,066 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.01 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: 649.64 GB
    • Received: 13.19 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.