Loading Tool

Explorer IconExplorer

Memory Pool

75,604 transactions
28.30 vMB
0.06347887 BTC
Random Selection Loading Transactions
Max Size: 171.38/200 MB

Candidate Block

Mining Attempt 067eb6dc146537b62cfefed2467162d2252ae13d1a2ee3ae0d84b4aac22af1cf
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root ec156ba4c0017085fc1f77a36391b726e0f61327c82ca505e73561c30f38da96
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,315
Size: 1.00 vMB
Total Fees: 0.00493159 BTC
Feerates: 101.00 > 0.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (312,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,956 602,956 00000000000000000006af4539fbec7424b83b33d91c2fca2f133e1bbc373a89 2,810 1.00/1.00 vMB 9
602,955 602,955 00000000000000000000235a2df253fc7a316f1fa3b78f2a6db98b5c0e9f3b79 3,460 1.00/1.00 vMB 18
602,954 602,954 0000000000000000000b0e1c5315d7bb4eeac4b6b4d6c2a961eba85441d8fda1 2,976 1.00/1.00 vMB 36
602,953 602,953 0000000000000000000ef8076113a7ee231979201b3a700b7a7fde5d394e954e 2,309 1.00/1.00 vMB 63
602,952 602,952 000000000000000000059d2da727e101d3799f0b1b2d8138a27c2634e610e3d6 3,112 1.00/1.00 vMB 31
602,951 602,951 0000000000000000000aa640edbfe3ea9f140c561b3299e8b52bbc62985af467 2,548 1.00/1.00 vMB 26
602,950 602,950 0000000000000000000cc062cc91c717618cbb9b2e4c1aabce9e0a62441ec4c9 2,882 1.00/1.00 vMB 25
602,949 602,949 000000000000000000030931602d47b68126a481795f532b40cf000382b073bd 2,645 1.00/1.00 vMB 50
602,948 602,948 00000000000000000012348419a23c0db819521187749f7679d9a8aecec92da2 2,535 0.79/1.00 vMB 32
602,947 602,947 0000000000000000000e66f0309ccbefe761ec6c413dd24fdb592076aec0e9a8 2,306 0.86/1.00 vMB 16
602,946 602,946 000000000000000000133dfc3162aa6740e543e468310f84ddfafca8be96c477 2,630 1.00/1.00 vMB 18
602,945 602,945 00000000000000000013776ca17a8ec5a685eef9bd0ee481c2d822a3ec662991 2,322 1.00/1.00 vMB 21
602,944 602,944 000000000000000000038e8cd4550f2fcad2d42f1dd115313ce905b5c1ebc628 112 0.04/1.00 vMB 25
602,943 602,943 000000000000000000082d52bd52784177d81c8d19fbb1363fb6189902e37196 2,734 1.00/1.00 vMB 20
602,942 602,942 0000000000000000001448f53682af95deafc04185dad98324f8754801ceba8f 2,645 0.85/1.00 vMB 24
602,941 602,941 000000000000000000144ac818327911c8c4bf0b76e5f485ef19118147fe4d89 1,032 0.53/1.00 vMB 13
602,940 602,940 00000000000000000010b91759ae2321b0f892a5a7d56ea545dcbb285c60c8d7 675 0.24/1.00 vMB 36
602,939 602,939 000000000000000000043dd62c6d5aa1005c74139909302f62f83cb913d5b4c8 3,016 0.77/1.00 vMB 19
602,938 602,938 000000000000000000144f387f4e9e0a61019f621741c97884b337baa5bbea26 2,516 1.00/1.00 vMB 37
602,937 602,937 00000000000000000001c50f0948c29dad750b46b5f6573e00acfc31811be03d 3,269 1.00/1.00 vMB 31
602,936 602,936 0000000000000000000abb1c2433b8d2564111fdec4dd4b7fe1e2280e37792bb 1,186 0.44/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.