Loading Tool

Explorer IconExplorer

Memory Pool

76,066 transactions
28.78 vMB
0.07047637 BTC
Random Selection Loading Transactions
Max Size: 175.91/200 MB

Candidate Block

Mining Attempt aab32b99ecbc3f70e7a58390377d11c6a6bcfe7bdabd6bdbcba33352be74b3f3
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root abee23d48add77eaf87b63204bc8e0e2c640cd6c0855ee25bcbde5e336e99b53
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,013
Size: 1.00 vMB
Total Fees: 0.00778188 BTC
Feerates: 104.17 > 0.78 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (55,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
859,334 859,334 000000000000000000003a3fa6515549c3c78429cdc23b544f417bb96f38c831 7,449 1.00/1.00 vMB 2
859,333 859,333 0000000000000000000132f6a4c6e672e62d747a967191c4bebd89ea26ee1a8e 5,184 1.00/1.00 vMB 4
859,332 859,332 00000000000000000001519b0748fc2dcea3a561e90d775c0fed608283437b37 4,475 1.00/1.00 vMB 4
859,331 859,331 00000000000000000002b771daee152eaeceaae3799a0ddaf44b276839632dad 5,190 1.00/1.00 vMB 3
859,330 859,330 0000000000000000000102c0d409b14f063c41de85172f5196177de2c2268174 1,993 1.00/1.00 vMB 7
859,329 859,329 00000000000000000002a6eaf1245312130046eeb96e3f1aabbdbc00a2d403d2 7,806 1.00/1.00 vMB 2
859,328 859,328 00000000000000000000323cca1af25486a687563ed945dc01ff3e6e3bffc9f0 6,168 1.00/1.00 vMB 3
859,327 859,327 0000000000000000000156d8073928d170bc7badc6a15e6cdb14b668ee3a0d57 6,608 1.00/1.00 vMB 3
859,326 859,326 0000000000000000000153b8e7e541576b281af9a066281c934e6fea1690d15b 7,125 1.00/1.00 vMB 2
859,325 859,325 00000000000000000001635e5c24896448086d135f6a7bf127f06ad9cf20fae2 3,220 1.00/1.00 vMB 4
859,324 859,324 00000000000000000001a1ee820ca980db9ad0b5f7fb8ac4db288b6ee250460f 5,318 1.00/1.00 vMB 4
859,323 859,323 000000000000000000022630cbc40bc50ab9e54315101a0401d3c1c792b24224 7,858 1.00/1.00 vMB 2
859,322 859,322 00000000000000000000b64bc89b2a4b94c0a48ea5a1e5a54ce9bdadf5172220 7,255 1.00/1.00 vMB 3
859,321 859,321 00000000000000000002574e5e218cfd15448d9dfce5af7182ab732dbb8d3b0a 3,527 1.00/1.00 vMB 4
859,320 859,320 000000000000000000004a258350e0b9300d2d9d93da5c501a250e7b8167258d 7,375 1.00/1.00 vMB 2
859,319 859,319 00000000000000000001a4d15827e9cef16430502df87df07306867a2af44f6e 5,239 1.00/1.00 vMB 3
859,318 859,318 00000000000000000002cefae7c6de6c2da0c30a51b17c35d251f5226aa31690 3,527 1.00/1.00 vMB 5
859,317 859,317 00000000000000000000ae3908dd86488f47937e3480f3b2ab36c58ef87b6484 2,824 1.00/1.00 vMB 3
859,316 859,316 000000000000000000028d8432cb072a1de8b03b5201e7f6caa349aa07126a49 3,710 1.00/1.00 vMB 4
859,315 859,315 00000000000000000000271446779240a6e6fdcc0c6d1da394d178a3359c34bd 6,558 1.00/1.00 vMB 3
859,314 859,314 00000000000000000000d180331f09214e8343719c7e5892140f44f82415d8f8 5,906 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.82 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: 710.54 GB
    • Received: 17.08 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.