Loading Tool

Explorer IconExplorer

Memory Pool

32,309 transactions
13.80 vMB
0.09426687 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 79.87/200 MB

Candidate Block

Mining Attempt 709cee216f56cc8cab6757bfb59f4cba41349ed7b72ab115e7a136fc45cc0878
Version 20000000
Previous Block 000000000000000000012f3380705eda1e12298a3750d2699d73c372d2d3d1b4
Merkle Root 3827d315f0b8bc0e3fcd9a612548e86bdcc75b2ea019fe631908494edc68498a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,960
Size: 0.997901 1.00 vMB
Total Fees: 0.05761062 BTC
Feerates: 203.60 > 5.77 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,729 (809,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,707 104,707 00000000000222d905476fdf7d169f370eb78fad1cc50f7836ffc9818ea21ea3 2 0.00/1.00 vMB 0
104,706 104,706 00000000000063cb4d633188b5ecaf1c898198a4d94271d62f45f0204394cca5 2 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 780.15 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 501.03 GB
    • Received: 3.76 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.