Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,244 transactions (0.77 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,516 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.77 vMB 2,244 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,515 (848,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,529 61,529 0000000001035fc51898b80b6662595e9356ed71c5ee6948a8929fa9c2341fa4 0.00 MB 1 0
61,528 61,528 000000000df4145446bd2ff4cd9426d9ef18522b7909ef7f4debca29d23f4ff6 0.00 MB 1 0
61,527 61,527 0000000009a4bf1c30f52593878d5c7a67b765af0810b5d5afcc6b5c110da247 0.00 MB 1 0
61,526 61,526 0000000005189f7a6e93a13f0badda631a752fd240b4cabd9129c36e2f5dd23e 0.00 MB 1 0
61,525 61,525 000000000cf67d5933c4df4222633245653a9f0e46f0529430853c8b79026ed3 0.00 MB 1 0
61,524 61,524 00000000052d45125460c1ba011b38a965ea82a5d98fe3e9a51b43c79491ef34 0.00 MB 1 0
61,523 61,523 00000000060f4b726d4e8f44d3c3f0900ba453cdc87e1a19fb74f310c4a4af54 0.00 MB 1 0
61,522 61,522 0000000004834033c359daf9ddfc5ce7e6d2492ff4f261fc0c630f9c5a482fd4 0.00 MB 1 0
61,521 61,521 000000000974944bdf5ead4e5c4753358372f6ab2762412b28e6f2c6c47e5f36 0.00 MB 1 0
61,520 61,520 0000000005e5d772b55233b33615e122c774a93fc9ca02aa6a628533273f603c 0.00 MB 1 0
61,519 61,519 0000000007f41a818e82053e852be96aced96bad53da7880ff86eba82b30bf0b 0.00 MB 1 0
61,518 61,518 0000000008a6ee20bc0405ac42627fc452f6ba315a225ff8930ec407a1c2ec0e 0.00 MB 1 0
61,517 61,517 0000000001170125b9425fcae231fad61935528f5922580343287d4c80be2aa3 0.00 MB 1 0
61,516 61,516 0000000001fcd261329ad662d749a2d9ba8fe7a16907b1eee528152d7ed5f548 0.00 MB 1 0
61,515 61,515 0000000007c41a917865f3927e47fee70048504571e78d77a5b15eb1281f9830 0.00 MB 2 0
61,514 61,514 000000000b93beaea19f7d23273a0a24c1ab092555313316c31a9d851269e5dd 0.00 MB 1 0
61,513 61,513 0000000008471c1239160c947ad2c353b43c324a2641b908a50a836aebce9b0d 0.00 MB 3 0
61,512 61,512 000000000d0df4dfbeabd9ce84b30a6cef25f1e2b16a0d505fa1690ff3e2f728 0.00 MB 1 0
61,511 61,511 0000000006c743f89bea0579b94158a12e5929d08daefce78cefff593b00e43f 0.00 MB 1 0
61,510 61,510 000000000570da3212df84708bad10720928390c6fbbf0ece515362940e1f6ab 0.00 MB 1 0
61,509 61,509 000000000947d2a99c97b917a4a995d6d541765d87e6c50db285a60bfa255ff6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.34 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,244.72 GB sent, 120.27 GB received

Notes

  • This page updates every 5 seconds.
  • 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.