Explorer IconExplorer

Memory Pool Memory Pool Refreshing

13,789 transactions (5.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,274 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,915 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,273 (883,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,957 25,957 000000001a15df035d586bc454049c64675bc72f0ad6b631e243ad4e77eec8d8 0.00 MB 1 0
25,956 25,956 000000008257de14fdc2b698113d394530b38467d703a590e4c31970a2a5c460 0.00 MB 1 0
25,955 25,955 00000000a3eba91ebe3f8616eca53469c4cea00af11680643f9a7a999f5c0f56 0.00 MB 1 0
25,954 25,954 0000000087dfa9485b1fb962151deded546924e71ee42af051867837f9f06ad2 0.00 MB 1 0
25,953 25,953 00000000259363b36f10fb6cdd83731ff0c97216a9c10dbeed54dc2f40fc74a3 0.00 MB 1 0
25,952 25,952 00000000a6dc26a3162317b2ce858a25459c0415c861457a0f32a8ecfe3b8eb8 0.00 MB 1 0
25,951 25,951 00000000b29c8a92dfd5819c381666a237155550890f0ebe88bb4bf342bdc65a 0.00 MB 1 0
25,950 25,950 00000000d3cecbfa03684ace9efac1a4f529cc76bbb9a3b7b73cdfe75b8f0235 0.00 MB 1 0
25,949 25,949 00000000f9ddb8ac751584556fd8ecc9713937f0b6de4891ba95b32c1562e8dd 0.00 MB 1 0
25,948 25,948 0000000060a73dd85b4e64f4e9117561f63d665cb8fe72d837b63543990b3690 0.00 MB 1 0
25,947 25,947 0000000013103f6c0f6e0aa77ec0913f8a41c95cda5c5736d6e7b570aa2e84da 0.00 MB 1 0
25,946 25,946 00000000086ea9e39dc2722fdd00383435315d9de7b50a5e9315d310ea6d1edb 0.00 MB 1 0
25,945 25,945 00000000bf807bfb7258728a67887f935e626437de104604ffd123a25d3386eb 0.00 MB 1 0
25,944 25,944 00000000f2c41551eb2b9ad26c36b1d10a6e9582722d26eaf232010fb0d211e2 0.00 MB 1 0
25,943 25,943 0000000095152c2232aa77b825b8a5047e1e2180b29c2abe4e83c1c565f17c11 0.00 MB 1 0
25,942 25,942 0000000057dc4d9baa6261bf0122fc70a950e776aa8c4eff4ce18b4a78120699 0.00 MB 1 0
25,941 25,941 00000000b91aa12e69fb419c26fd81ad085bca9fea51c3fe660109c7d2795baf 0.00 MB 1 0
25,940 25,940 00000000c986977aec520497a70e96c7b912d060255583493eb42ca4f05b37d5 0.00 MB 1 0
25,939 25,939 00000000f47a3ec97c7b6db6e5ba69ca2bca3abe66514cde50321b6fc1684ae3 0.00 MB 1 0
25,938 25,938 000000005debc3fecf178cc0caf84b6977ef37f05be99df3dade599376469930 0.00 MB 1 0
25,937 25,937 000000008ca53831e9b2fefc58daa5fdb64e411f3e9792ce680eb07e2a6ad62e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.05 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,045.95 GB sent, 108.28 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.