Loading Tool

Explorer IconExplorer

Memory Pool

80,183 transactions
29.57 vMB
0.09654303 BTC
Random Selection Loading Transactions
Max Size: 179.02/200 MB

Candidate Block

Mining Attempt 9e68d990438e69bf6f4a1d66ed5515629ece2189150aae802537c32d70a066c9
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root a37af4b5039b3a02575bf050ccaaee2d12755bfff5bb7b4ae2fc43d4c2a8d855
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,052
Size: 1.00 vMB
Total Fees: 0.03303396 BTC
Feerates: 178.73 > 3.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (107,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
807,869 807,869 000000000000000000051ab6381970b2df820f0fb07846bbc5a4d9b15357e357 2,183 1.00/1.00 vMB 23
807,868 807,868 00000000000000000001f84c46e583d460cb7de7c69a4441d98fe3f65bc5446c 3,840 1.00/1.00 vMB 18
807,867 807,867 0000000000000000000346566727149f0ea85a6c16d1f6b7bab50d3addd491dd 5,405 1.00/1.00 vMB 14
807,866 807,866 00000000000000000001d4da03a1df08b71a68b525f2d70c6db3415f373bfd65 1,857 1.00/1.00 vMB 21
807,865 807,865 0000000000000000000122392d31e7628cb7ceb27e127e6a02e4e5583d2372e9 3,599 1.00/1.00 vMB 17
807,864 807,864 00000000000000000002179a1fd825fbc3736b61e8a6d8899ab18a3a86f56fb1 3,169 1.00/1.00 vMB 13
807,863 807,863 0000000000000000000380f2e90a2fac45478d5c6a4245de3683d821dfa9829c 3,816 1.00/1.00 vMB 18
807,862 807,862 00000000000000000002ff3f22b4413a7fe69c644a85b398e61c3059b14c66b4 2,861 1.00/1.00 vMB 17
807,861 807,861 00000000000000000004136aff142c8eee36941e71b52f1f0321927de823d682 3,321 1.00/1.00 vMB 25
807,860 807,860 0000000000000000000388fcc42c1076ef40084f772d69454ce4d68b97b4c440 2,849 1.00/1.00 vMB 14
807,859 807,859 00000000000000000000c27de0c944206e57f3b0616342bf424e4618ad598cc7 2,362 1.00/1.00 vMB 21
807,858 807,858 000000000000000000015296cd8b442b65d7bcc7f625bed3d5572bf54bbc6426 2,631 1.00/1.00 vMB 22
807,857 807,857 000000000000000000023619d2ced43c59eeed1a238fc04a39562d3d8a548090 5,374 1.00/1.00 vMB 14
807,856 807,856 000000000000000000014fda01d2a51c16a99ffd1f38d62a475cb1ea615dcf51 1,438 1.00/1.00 vMB 16
807,855 807,855 00000000000000000000f6e1e6b36fdc6645d8eed070f2d267a312036da1cf46 2,611 1.00/1.00 vMB 24
807,854 807,854 000000000000000000030e923fc834e243fbd6a09605e29919ac32716c19dafe 5,265 1.00/1.00 vMB 13
807,853 807,853 0000000000000000000194fb4425776c29b1db3898bc7104cfb3eb4357da4b3d 2,179 1.00/1.00 vMB 15
807,852 807,852 0000000000000000000220214cfc6d9dc455d99ce13fce1c799bb43250ae75e2 3,280 1.00/1.00 vMB 24
807,851 807,851 00000000000000000002cd6ec2b5f8c21de6f3aa15d5f2933303c8a6613b2655 2,163 1.00/1.00 vMB 21
807,850 807,850 000000000000000000010fa63432518c3f9eb9073a59eb6694142d8fdac2fb46 5,189 1.00/1.00 vMB 16
807,849 807,849 0000000000000000000239fa703f31355887763f1e20628247689484ab171324 3,123 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.68 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: 681.56 GB
    • Received: 16.45 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.