Loading Tool

Explorer IconExplorer

Memory Pool

41,855 transactions
26.48 vMB
0.07083357 BTC
Random Selection Loading Transactions
Max Size: 137.88/200 MB

Candidate Block

Mining Attempt 64b43d9668efc8ce2ebb56b60f3efa324d9fed2af0a81be2b398b86631e5bcfb
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 347fc1f5db38a8ecfff8ea70e720446a181471b355a5695d9e9f520faf12188f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,834
Size: 1.00 vMB
Total Fees: 0.02219031 BTC
Feerates: 99.53 > 2.22 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (801,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,946 112,946 000000000000527845478569d0557d7ea0b6ed0afceec9580bd04220f06dd4eb 11 0.00/1.00 vMB 909
112,945 112,945 0000000000000e24bb0aa13302a7f273c6c958a420a6dc62690ea79790d3cfd2 8 0.00/1.00 vMB 629
112,944 112,944 0000000000002976e90332930207774cc6f97845e92dc909a4a5ca700cd5d2de 9 0.00/1.00 vMB 747
112,943 112,943 0000000000009b58168491d00f3db68226dc5b9db24af10b951cc7cf7f9c04be 36 0.01/1.00 vMB 423
112,942 112,942 000000000000c923779eb27095575928693dc9ae91534eb94dc8ea6ac42688ae 3 0.00/1.00 vMB 1,436
112,941 112,941 000000000000c946ca462273403287f8882aab509c63436c0dbce92cc8433799 14 0.00/1.00 vMB 1,214
112,940 112,940 000000000000ad3fba1f108b86a3b71fa47e4087d45704a39807e6ae7a8ced87 8 0.00/1.00 vMB 1,453
112,939 112,939 0000000000002b73841e83511e7961c1a121fb3db87bb603126772929c09b54a 2 0.00/1.00 vMB 3,861
112,938 112,938 0000000000003c6de40bb8983938638d4e8d5bb5a40f6102419d343c78bcfea6 4 0.00/1.00 vMB 1,291
112,937 112,937 0000000000004b771c3753c9e7b1febce20edcd6ec4fa9400980be54e3856984 3 0.00/1.00 vMB 0
112,936 112,936 00000000000021dd8a5c0138beff77144e6ea2e39401fb67a0a5e6f8be153a82 2 0.00/1.00 vMB 2,288
112,935 112,935 0000000000002956080e6bbc146da5487ad8e60ab0907eccf17c744249b01eca 2 0.00/1.00 vMB 0
112,934 112,934 0000000000008e2654745a50fd1be4de254a4555ad73da0730ba5f5e4cf1ff03 8 0.00/1.00 vMB 0
112,933 112,933 00000000000087abfb2a90d30bb844d927a0ae1f801967c951ed658d56c3e98b 7 0.00/1.00 vMB 0
112,932 112,932 0000000000002955708f65501e7481ef9d621768951b239d9c5261b8551a0dd0 9 0.00/1.00 vMB 908
112,931 112,931 00000000000090332883a2024d70bacee50f33130cd9fb4ba4dc47284c28511d 9 0.00/1.00 vMB 912
112,930 112,930 00000000000065a45c32820b91786b67f0c69b60c399b8b9b30a8a7aab2aef57 10 0.00/1.00 vMB 0
112,929 112,929 00000000000073d2e0146954496c1f172ff0612945df36f45e4a3b6353356287 14 0.00/1.00 vMB 2,001
112,928 112,928 000000000000a071d4b6e8b6861b0fc263cadfed5ecbd1b2bb8861c302be8e60 8 0.00/1.00 vMB 0
112,927 112,927 0000000000003ca9e96e138b6b493b819a11b74017c42f5d73f7a9a53a70b979 10 0.00/1.00 vMB 0
112,926 112,926 000000000000b7e1ea5ff4a7540a78f64a6be7716b03d08af2b5c4f8648883f0 25 0.01/1.00 vMB 745
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.89 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.