Loading Tool

Explorer IconExplorer

Memory Pool

70,334 transactions
21.77 vMB
0.07419519 BTC
Random Selection Loading Transactions
Max Size: 139.19/200 MB

Candidate Block

Mining Attempt de5ca857d5cd72c9f254b7d18ae2e49baf7c2b3166f7c7096ba17d318b5ca476
Version 20000000
Previous Block 00000000000000000000b83de4677c8641ec3c2f0b02a3339e77133125092b37
Merkle Root ad729cb63c2459f8f60cc217317c86e922933d8b2ae9ba4ca817f23aac360d52
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,045
Size: 1.00 vMB
Total Fees: 0.02130339 BTC
Feerates: 713.01 > 2.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,763 (837,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
77,873 77,873 000000000004e812f1a7dde03d469c11c12712f262faecbc1a473d5b0ee7b688 3 0.00/1.00 vMB 0
77,872 77,872 0000000000485792607f9a57fd35efb01c2ba8dc8dd16f30e3289dfae4eda467 5 0.00/1.00 vMB 0
77,871 77,871 00000000002710616573c86722fc2b10621ea9274d6bc383f0da2ea6c72a4a6f 4 0.00/1.00 vMB 0
77,870 77,870 000000000035f94708bea212a7bb4e7d03666a0f900cc5ef9e9f99a92125bbe5 1 0.00/1.00 vMB 0
77,869 77,869 00000000000f2e84147e83cedbf81e9952ff58675118872154f9d0622cd6ddc9 1 0.00/1.00 vMB 0
77,868 77,868 00000000002eac9b0a6efbf2e45981719b0e30fa73cea9ef3d703303dad6e3b4 1 0.00/1.00 vMB 0
77,867 77,867 000000000016176e83ea769defc28315aae88fa97b0d248ac7afbf78448303f3 1 0.00/1.00 vMB 0
77,866 77,866 000000000049753cc0894ad562c85d51b81e4c288d5ae19169553b8251eeb4a5 4 0.00/1.00 vMB 0
77,865 77,865 00000000004029faf162541088c801a3837f801942eb0dd96edea0f973265aa2 1 0.00/1.00 vMB 0
77,864 77,864 00000000005fbb06eb38f590dff3a5fd7f79e14aa1443dc5107c0d9c49d529c5 1 0.00/1.00 vMB 0
77,863 77,863 0000000000311b5f0cf67510c50b77595e951255c9637406bcc42c33cb4a81e8 3 0.00/1.00 vMB 0
77,862 77,862 0000000000116cbaba461b775d2260d8d48421c5f055bd43a26290e4acb58c83 1 0.00/1.00 vMB 0
77,861 77,861 000000000028bf4df08e8c98e8c5e8b4bc56e75f35a432f9c1d1b1d6ac17180b 3 0.00/1.00 vMB 0
77,860 77,860 0000000000680b9c90eb6b085fa69eeeeee9b44b1b0ecd0403e1d7708ecb646b 3 0.00/1.00 vMB 0
77,859 77,859 00000000001996336fd77b79418b66c69e62d490ae580220aa95e7f27d4ed7f8 3 0.00/1.00 vMB 0
77,858 77,858 0000000000668a8251a2c396b23077aac46e27d47d9a2e763a8b4a41f720602b 1 0.00/1.00 vMB 0
77,857 77,857 00000000003665210f7738354a0447440bb3cc07b8704f19e111c0226f6d475d 2 0.00/1.00 vMB 0
77,856 77,856 00000000002a6652e9c7f9874ed8c9beda04d34d3979fff5c905b6eb4054511a 1 0.00/1.00 vMB 0
77,855 77,855 0000000000261f77c786523eb8034fea40259d45cdcad5956c4da3c73e20cc7a 1 0.00/1.00 vMB 0
77,854 77,854 000000000047c9d34a799aec8bc1b2675e356a5dd40d33c6c73db635badbb60c 5 0.00/1.00 vMB 0
77,853 77,853 0000000000649a2a75850f4f2efc8694a97477161ef895cb90440a3cdd1e4b2a 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.70 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: 778.47 GB
    • Received: 21.32 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.