Loading Tool

Explorer IconExplorer

Memory Pool

27,442 transactions
12.44 vMB
0.04105061 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 71.48/200 MB

Candidate Block

Mining Attempt 399f93314d34953bf15fc2d00683d09921636a255bd2f3d11d7594794355db8e
Version 20000000
Previous Block 0000000000000000000040b88e8b635f8186963f94e1dca26de2f27478b90377
Merkle Root 9aed5f6e631552cf387782815045d3f8d13c523a64e98a53754e0656ef045003
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,449
Size: 0.9979945 1.00 vMB
Total Fees: 0.01983099 BTC
Feerates: 105.06 > 1.99 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,737 (809,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,705 104,705 000000000002f678b146e1af0b3bd899c14698074828bd0548254d8f1d3d6992 5 0.00/1.00 vMB 0
104,704 104,704 00000000000148cb7b8c155b08dd828ec92b9b07c7dabc7473cb7cf29b5549bc 8 0.00/1.00 vMB 0
104,703 104,703 000000000000f676f8695e772d8ee0840ec78889b62771923bf88b5b79dab101 2 0.00/1.00 vMB 0
104,702 104,702 000000000000493f0292469714012ce35173a882abff37e77bd89afa7ca2ffcd 2 0.00/1.00 vMB 0
104,701 104,701 000000000001a72e68ebadbad2ab6015ced1c8edd9531c50ad0cdd7ed8c7d77a 3 0.00/1.00 vMB 0
104,700 104,700 0000000000022b109e161a0912aecc58fe5ef31e99109766dd79b7138566b0cb 5 0.00/1.00 vMB 0
104,699 104,699 0000000000003d64f10f121018577c0a9f1c47ec30b3208c021ba049ac5f202c 3 0.00/1.00 vMB 0
104,698 104,698 00000000000252c7b956c049b9550914cc7bde2e639f4a9bc401ac4e53618a19 4 0.00/1.00 vMB 0
104,697 104,697 000000000002b500a7414e9d5d414aaaf7ed85210dabc3265e2554e6c04fc25c 1 0.00/1.00 vMB 0
104,696 104,696 0000000000019f37cabd2a00f284d6f8539b7d97706a76ca2f1e32e290ddc984 1 0.00/1.00 vMB 0
104,695 104,695 000000000003478a3f7bfee78cfcb60460540e71ccf1e9ce87bf529437376cf2 3 0.00/1.00 vMB 0
104,694 104,694 0000000000001b379b25c8bc5ee582c856392db238e423b8bc56c284827ef391 3 0.00/1.00 vMB 0
104,693 104,693 0000000000009c9e6e6ed60440ff76dae8e0e05d063040403e3670218c2e5ac3 1 0.00/1.00 vMB 0
104,692 104,692 00000000000326d9517fdeaae7b4e78c97992344c5deaf227ad783e6519c2c03 5 0.00/1.00 vMB 0
104,691 104,691 000000000001732269fddf5b71129287eb7359772dbcd5fd981d6d9eafe4b8dc 5 0.00/1.00 vMB 0
104,690 104,690 000000000000ce546d1c724716756019ead982725a51b570cb83c5b429c02b50 23 0.01/1.00 vMB 0
104,689 104,689 0000000000037193d17ec2988c3080950fbead5dc5d2e52ea18bfd87ff0bec23 1 0.00/1.00 vMB 0
104,688 104,688 000000000001a45a058760c8609cfdaf26acc537507495f47f0686c59aa55517 3 0.00/1.00 vMB 0
104,687 104,687 0000000000031b6d9bfacbdb0bb54d5aff60c36ecd6a1d7694a971b6ac69674f 6 0.00/1.00 vMB 0
104,686 104,686 0000000000032c0dc2275218800c78d1d8da0c21d30a1686ca1616db2a273639 3 0.00/1.00 vMB 0
104,685 104,685 0000000000005f79706d39987b02e625171c6b94cd436c773f82e7f406fd02cb 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.16 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: 502.33 GB
    • Received: 3.83 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.