Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,121 transactions (4.97 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,803 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 935 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,802 (868,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,055 42,055 00000000354824205850d7a56b625a44c06f24d9aec2da69a9a3b067c52c5b92 0.00 MB 1 0
42,054 42,054 0000000057c6b6174b2e9fc48c2b2d6f372ba5d450792d7e893799462589f933 0.00 MB 1 0
42,053 42,053 000000001e7341a80089082a71193ac057e3aa19a57720f5e5a620900b8dca72 0.00 MB 1 0
42,052 42,052 000000004d4c3d73a8a6f0548c9a128710509d913e0050571b1f5fb0d9830f16 0.00 MB 1 0
42,051 42,051 000000003ed96574207298256383e28f74200b356b92256eb72f9e96d07acdbe 0.00 MB 1 0
42,050 42,050 000000001b21cf2a701154d641bcdaace3fccf49353e436223c6609e0a97b3cc 0.00 MB 1 0
42,049 42,049 000000002cba17ebbb48e5b69ec2a023a527ef7c63d69ec8dfbe070c2de1c74d 0.00 MB 1 0
42,048 42,048 0000000035a820e3752d820aeca8cf5409328a76504a72bfc19c9e48eabe37a6 0.00 MB 1 0
42,047 42,047 000000000d7ad137220b12551692f5a88648e6cc73bd719bfc98815f4a9b8f86 0.00 MB 1 0
42,046 42,046 00000000095c2a309b5bb7849d508957c42e03dd5589e9d5ee9d6a71083294b3 0.00 MB 1 0
42,045 42,045 0000000022e200dd0591f7ba7b5b36d1db544eb35acf4287adaea590175c9e42 0.00 MB 1 0
42,044 42,044 000000000f6eefcace2a8e2ba672924ceacb800c85fe62cddb8d106bcb502d70 0.00 MB 1 0
42,043 42,043 0000000058ab8ba63bac7c3f7278607d0d0205b319c2f2551ccc87c200fa637a 0.00 MB 1 0
42,042 42,042 00000000351253a6c3eb2540febb40b096b004e9a3569dc794959a4666816138 0.00 MB 1 0
42,041 42,041 0000000010331734cf70588cd251775629d14556cd9ad09037d9e5cc2d9b53aa 0.00 MB 1 0
42,040 42,040 0000000040ebc1f5b21061b768c5ddbba41285431f2bb0f66c1fe1f53af5f457 0.00 MB 1 0
42,039 42,039 0000000009f4f281481ffbed92bc7cd9bccebc198bc3b2831aad512732351bed 0.00 MB 1 0
42,038 42,038 00000000095adda6a53ba1e0addb3d0754c525209e019464059959eacf6223c4 0.00 MB 1 0
42,037 42,037 0000000049da021b3d947a322876ab5936048afe8fe270653257f3d49b2e9574 0.00 MB 1 0
42,036 42,036 0000000041c25e590498fc3bc73f3a35f3b5e7a2889ad649120b6fc3569be071 0.00 MB 1 0
42,035 42,035 000000002161efa4a08673f45409e1b123a535ce24b2f95afe4a543800332cc0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.87 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,297.90 GB sent, 123.10 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.