Loading Tool

Explorer IconExplorer

Memory Pool

77,248 transactions
28.47 vMB
0.08931086 BTC
Random Selection Loading Transactions
Max Size: 173.26/200 MB

Candidate Block

Mining Attempt 80a23a59736df3fd3c6cb3f90ddc0a9aa9a99f606e1a754539036bde64f911da
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 9e590cfbe92b42503a9c94b8aa53b4aef5f34e2b7879cba441f4b006fd08c62d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,715
Size: 1.00 vMB
Total Fees: 0.02527144 BTC
Feerates: 477.45 > 2.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (324,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,185 591,185 0000000000000000000f8cb7ecafc865850bfe041a55eed1c3cda7ff875c567f 929 1.00/1.00 vMB 11
591,184 591,184 0000000000000000001a9c90df36fa69295f8a7027a196075d3721717a7deaa9 2,624 1.00/1.00 vMB 26
591,183 591,183 0000000000000000000cdd0617a9b37b67634cf94aa2ff08d6bf4fbad2e0bc8d 2,657 1.00/1.00 vMB 40
591,182 591,182 000000000000000000126df1340b6ea42957792e83eb2760091b1bced9047eb3 2,116 1.00/1.00 vMB 28
591,181 591,181 00000000000000000014a99d5c6534e03e75cbb0f438660a10e0cbd1ac691e02 1,825 1.00/1.00 vMB 33
591,180 591,180 0000000000000000001b38b837c559b627cae48e42407e5b1e41f57a046e3266 1,358 1.00/1.00 vMB 12
591,179 591,179 00000000000000000004a882aedf6f47e8795301d48c58d1c272c3d8cb38f377 2,225 1.00/1.00 vMB 24
591,178 591,178 0000000000000000001ad7957187b21afb3905006bb3e547bab0e90f55a57f87 2,629 1.00/1.00 vMB 57
591,177 591,177 00000000000000000011202518f5f0780f64ffe9c8e902dad50d45fe8ed9652e 2,411 1.00/1.00 vMB 31
591,176 591,176 00000000000000000010850d44cb93ed087478ec844b9c022a048bea34ee9e54 2,224 1.00/1.00 vMB 53
591,175 591,175 00000000000000000013240c3455cce38540a6eeb6b87ed59c0abbfdb8d0b384 2,837 1.00/1.00 vMB 48
591,174 591,174 0000000000000000001b75b45835579813f8ef1ab469f53f38b2d24a1bfdc870 2,063 1.00/1.00 vMB 19
591,173 591,173 0000000000000000000cf165fab44ea472a4f0bed49c30d52014b6b406e14678 1,106 1.00/1.00 vMB 12
591,172 591,172 0000000000000000000c9b15367eedbe048004f9abe2ce5f9058070434c1f58c 1,568 1.00/1.00 vMB 19
591,171 591,171 000000000000000000131f871d2e298218a48212b2198770b16274127f1f6905 2,787 0.99/1.00 vMB 54
591,170 591,170 0000000000000000001ba386d5984c4d19c9db2178a4fff0bcb0d9dcbf318d9f 1,842 1.00/1.00 vMB 30
591,169 591,169 000000000000000000000665c9923e606d0eb2996222039a970e073a55f366a6 2,251 1.00/1.00 vMB 37
591,168 591,168 000000000000000000139754976ea6f1dfd1c952ca5d6391d2e166ccc29ad766 2,985 1.00/1.00 vMB 56
591,167 591,167 0000000000000000000e3441fec61f786240efccf800bef6ef30a5d757224bd5 859 1.00/1.00 vMB 21
591,166 591,166 000000000000000000084b52eaee5c0c62189a69c4731e06f4f2086448893f72 2,159 1.00/1.00 vMB 29
591,165 591,165 00000000000000000007ee2320494577d33fad2f7f2cb86db7f0241abe33b10d 2,122 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.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.