Loading Tool

Explorer IconExplorer

Memory Pool

81,722 transactions
34.30 vMB
0.14540727 BTC
Random Selection Loading Transactions
Max Size: 195.32/200 MB

Candidate Block

Mining Attempt 43d2eea0422977751f1a3b3a2263580fcf9df7ba03633b4a97d0f6c3da7c64b7
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 94db15b5f373df18bea34d4fc5cd469b4c6714d04b83aa37913dc556f38f83aa
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,603
Size: 1.00 vMB
Total Fees: 0.03291888 BTC
Feerates: 150.78 > 3.30 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (15,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
899,871 899,871 000000000000000000013d728fb511854c9a606eed1c2f3d84bd5a000d09885c 2,111 1.00/1.00 vMB 2
899,870 899,870 00000000000000000001357ab3b4b2e271cee74e69166dcfb77accb0902d5c77 2,497 1.00/1.00 vMB 1
899,869 899,869 000000000000000000003e4451a26a739bd580d07c98660b977e89712b2bd5e5 2,350 1.00/1.00 vMB 2
899,868 899,868 00000000000000000001b3313bb1797e30b271d41f7fd0663f8c4e3c2b503a2b 660 1.00/1.00 vMB 2
899,867 899,867 00000000000000000001f4545f03ffbb11155cc7bd18c6c236765b64b7331259 1,218 1.00/1.00 vMB 2
899,866 899,866 000000000000000000004be666df071f65ee297e003d25ed891707e6dfd4382b 3,417 1.00/1.00 vMB 4
899,865 899,865 0000000000000000000048dc513686f14ba57f0594d0cae40b6c9f5c5ecb0639 3,959 1.00/1.00 vMB 4
899,864 899,864 000000000000000000002c41f5af46a782edd0e0677907010c8a0cc4612812e5 1,812 1.00/1.00 vMB 3
899,863 899,863 00000000000000000001dc07c1f1ef2ae3a22464a2cdd2da45f9f79e1d106be3 3,157 1.00/1.00 vMB 5
899,862 899,862 00000000000000000000acca270a0f5eb11e5f56c112c4daf82c686be58492c1 3,228 1.00/1.00 vMB 7
899,861 899,861 00000000000000000000db7a23a28ae357433934fb5bc3e3c89d89e31eabbc01 5,200 1.00/1.00 vMB 11
899,860 899,860 0000000000000000000179f049b325139b6fd0f3f6ba6241783a760c391b8240 2,498 1.00/1.00 vMB 4
899,859 899,859 00000000000000000001023eea82be3c91f9e3a4c41532959ba679e614e70c71 2,025 1.00/1.00 vMB 2
899,858 899,858 000000000000000000006319294c5b043f771aeb81dc7752e2093402d0c96697 2,216 1.00/1.00 vMB 4
899,857 899,857 0000000000000000000196232b41695370e67a2ec7c220b695a0fad7b073b2bc 2,213 1.00/1.00 vMB 3
899,856 899,856 00000000000000000000949bf8b57e477d8c2479c084e5cdbea8482aa01e32ed 1,876 1.00/1.00 vMB 2
899,855 899,855 00000000000000000001a3065b2e6b668f3d611b11cb95a2ff81077dc19696f3 356 0.10/1.00 vMB 2
899,854 899,854 000000000000000000018dbc14e7335cf32cd0b262697c8ef54bcbffde689ff5 2,656 0.93/1.00 vMB 1
899,853 899,853 0000000000000000000162cac1551a010c5dad174ae12cd9d95dc8d6d735864f 2,668 1.00/1.00 vMB 2
899,852 899,852 00000000000000000000c0fc8c1274e417ca3a452758e45803573021470b871f 2,230 1.00/1.00 vMB 4
899,851 899,851 00000000000000000002064d3680a2ef0c8c2d060face86004182fda6d7ace07 2,254 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.10 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: 728.11 GB
    • Received: 18.47 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.