Loading Tool

Explorer IconExplorer

Memory Pool

77,629 transactions
27.97 vMB
0.08655315 BTC
Random Selection Loading Transactions
Max Size: 170.52/200 MB

Candidate Block

Mining Attempt a52b5db0b076e847e11622229eb626a2cd20c157335ab28b1bd32df2dd807a6b
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root a70177ead7a58120ae0ae062f2cc457ccddfc8a5ce06029528dbe665d7b93e42
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,070
Size: 1.00 vMB
Total Fees: 0.02644950 BTC
Feerates: 402.60 > 2.65 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (545,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
369,874 369,874 00000000000000000b98bcf6b3f78f6c0b589c21e25ef998f352aa48e02def3a 760 0.57/1.00 vMB 36
369,873 369,873 00000000000000000fa23931a498748d98096a30572b98abcd023a21bd888e04 2,348 0.93/1.00 vMB 47
369,872 369,872 00000000000000000ca71b6ee2dde72c236365d4b107ccee1ee11b51186c0f4f 283 1.00/1.00 vMB 7
369,871 369,871 00000000000000001181610dccbda8fe6e9b83319c86cbd6cf777dae70eae36a 1,271 0.92/1.00 vMB 28
369,870 369,870 0000000000000000063dd876d6583e5981410cd49c45503cf83496f1f3ca54e6 888 0.93/1.00 vMB 14
369,869 369,869 00000000000000000ddb8889d0f5dd7dfdfc9792d00fc4efd0a9ff11aeb822cf 1,487 1.00/1.00 vMB 28
369,868 369,868 0000000000000000034d00440126a42fec504f74e57b7867e71079daeea525f1 1,848 0.95/1.00 vMB 37
369,867 369,867 00000000000000000db8c1d19346c299ef07e919f7fa515e86e19c8f9892b750 1,336 1.00/1.00 vMB 38
369,866 369,866 00000000000000000ae24df8e5b19aaf9c35b427eb87e2880aaafaae0aceba4b 1,609 0.93/1.00 vMB 30
369,865 369,865 000000000000000013ecb87fa8bfde80717745e074f99e5c8b0bf8fe6272c600 2,211 0.93/1.00 vMB 44
369,864 369,864 00000000000000001385d80432d5e767a1b99d2c3616178057c1ec1cc3179baf 3,362 1.00/1.00 vMB 67
369,863 369,863 00000000000000000a6060e882e661d1c69dc06eba5086a28ad40200f060f0c8 3,088 1.00/1.00 vMB 61
369,862 369,862 0000000000000000143b733b506ff2d5b6a76df7c67e50713e07a6cea7ff8416 575 0.95/1.00 vMB 82
369,861 369,861 00000000000000000ffe9f6a4a1ead5c11a1d51d2906751014e3a3863ea74cef 299 0.93/1.00 vMB 95
369,860 369,860 000000000000000008e5ad1fd2e7cee3979f25f8c0be81be3753539a097314bb 1,316 0.95/1.00 vMB 23
369,859 369,859 00000000000000001055a7a303d393561aec725ed7c396d965701fbcb62b3dbd 1,251 0.75/1.00 vMB 38
369,858 369,858 000000000000000008725634521661c3f5f9250d7ad2bfa44e79eb8a973d3ceb 3,172 1.00/1.00 vMB 66
369,857 369,857 00000000000000001473153bbc0032968bcc8e7cb2000b85109e3568ffae3729 293 0.15/1.00 vMB 36
369,856 369,856 000000000000000006d1c2046ca0c27351fda580d32f218a2d86a5f2db553e74 1,080 0.55/1.00 vMB 39
369,855 369,855 0000000000000000081343c2b3f31052c3da6a86829d6a41fab80c407eb3c062 713 0.41/1.00 vMB 41
369,854 369,854 000000000000000001754e4d86931bfa36ca92f1323b56a2a80199d8fd2d118e 1,301 0.72/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.95 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: 715.03 GB
    • Received: 17.64 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.