Loading Tool

Explorer IconExplorer

Memory Pool

42,206 transactions
27.68 vMB
0.07248849 BTC
Random Selection Loading Transactions
Max Size: 143.32/200 MB

Candidate Block

Mining Attempt c8d60496d5888a7f61648d7227ff602dac2e9d62dd83567e25c8cd9dd3cd537c
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 3eea7a60923a6e9f983409133189f1704ea2f8c91c7e07e9619e6c79494bf780
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,618
Size: 1.00 vMB
Total Fees: 0.01708740 BTC
Feerates: 100.53 > 1.71 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (372,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
541,975 541,975 00000000000000000017e901ff7475c1fa518492209fea41a61d8d07d1fbd767 2,755 1.00/1.00 vMB 33
541,974 541,974 0000000000000000001104a863046dfbad1a2941128815669623ff93c2a3945f 2,358 1.00/1.00 vMB 7
541,973 541,973 000000000000000000014771a2276c5cff82b9d5202c1b04d744e051834f5aa0 3,019 1.00/1.00 vMB 12
541,972 541,972 0000000000000000000f393cb2ff656d810ff4055a9c7c94202f44d29829237e 2,796 1.00/1.00 vMB 16
541,971 541,971 0000000000000000001293d317b1396ee37ea0493b1478bb66d21f1c868f37f2 2,674 1.00/1.00 vMB 43
541,970 541,970 0000000000000000000f041d5c690e3d21a9513e3da9a4db1ebee49f34d169f2 2,604 1.00/1.00 vMB 19
541,969 541,969 000000000000000000134c7bf3a9ebbe40b543296e267e25ac24a37b2ad1fb1f 184 0.19/1.00 vMB 54
541,968 541,968 0000000000000000001d7f04b88b1841ae1c7c00fdcbdc09f18c9baf834a24e6 893 0.45/1.00 vMB 11
541,967 541,967 00000000000000000008c7e3d44c53c48e31c98745dc2159ac8ecee163386475 1,929 1.00/1.00 vMB 15
541,966 541,966 00000000000000000001fdc972d76086b6ba5307beba3d3ffd5e4a5db9cae494 659 1.00/1.00 vMB 1
541,965 541,965 000000000000000000254734d517977d645ddff09cfe15ee6c307a973a7e61e0 2,604 1.00/1.00 vMB 24
541,964 541,964 0000000000000000000ae8f7d79c98032eb9718ef4dbaf58bacd5c74afe6434c 2,446 1.00/1.00 vMB 4
541,963 541,963 0000000000000000000906f9eb993b644acc4966d38ffe54fba5ccfe25ad2cd7 2,712 1.00/1.00 vMB 14
541,962 541,962 000000000000000000217488133f5d895116cd27a144a867caaf002edc6a2e36 1 0.00/1.00 vMB 0
541,961 541,961 00000000000000000010c84c4eddcdef4224a8649b291766b35fcfe98e93f164 2,797 1.00/1.00 vMB 12
541,960 541,960 0000000000000000002731c05e3d5563f125e5a76feb8e41b7d5ae8c4d0c9aec 2,565 1.00/1.00 vMB 36
541,959 541,959 000000000000000000151be9f46b52b157f3dc25bb03db34e0beecf0c7c3f487 2,225 1.00/1.00 vMB 35
541,958 541,958 0000000000000000000b4869736d89bbc59b49c7dbc2172fda6834e0b0f37218 1,714 1.00/1.00 vMB 60
541,957 541,957 000000000000000000148a77965c708d054a6dcbbc286f05cd9ac654b7899444 458 0.62/1.00 vMB 2
541,956 541,956 00000000000000000024b620f38be2fc3229b408b3028bd035e0ae5b59c5b881 2,429 1.00/1.00 vMB 6
541,955 541,955 0000000000000000000e34e6722441ef89648b0242debe67428660537c069f9a 2,595 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 781.79 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: 633.88 GB
    • Received: 12.23 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.