Loading Tool

Explorer IconExplorer

Memory Pool

80,724 transactions
30.15 vMB
0.12236888 BTC
Random Selection Loading Transactions
Max Size: 180.85/200 MB

Candidate Block

Mining Attempt 94107e4f6b9cca4417ed0a193f5e7434e62c93259885cbff26445d9d1daca133
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 946cc2e6bbd9cfd1b591d1a79ea26641a6f84aa4f6fceb302742eb4313be10f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.06038734 BTC
Feerates: 180.34 > 6.05 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (738,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,851 176,851 0000000000000a0fc79165ceeae5c17f209fe1894b7fd3cf9681f7671b7f0b89 55 0.02/1.00 vMB 16
176,850 176,850 00000000000001eb4b54a3670176faaabd7abe4c3d93a914022c95f3d92575c7 79 0.03/1.00 vMB 106
176,849 176,849 00000000000009cb325bee9b037be24b295ea61b33cacd863d703dff291ca8d6 37 0.02/1.00 vMB 65
176,848 176,848 000000000000039a8610fdc5d961ad55d2c52a322d08a415214e54a12c006a88 53 0.02/1.00 vMB 84
176,847 176,847 0000000000000289c0d14c1af2f8df505395cdd4221d80ecffdd9fc9f67cd12e 39 0.09/1.00 vMB 81
176,846 176,846 000000000000027cc8b6152f28c807c86debe1fb1d935b207f8e6b0aded2a738 6 0.00/1.00 vMB 0
176,845 176,845 00000000000006b4b8cef678dbd458cb2e5e1923a80ad322b2440b19e7c9552e 34 0.03/1.00 vMB 497
176,844 176,844 0000000000000589bd11679646d6e7f4685253f67f529a9bf1d6eb3c15a25e84 60 0.01/1.00 vMB 21
176,843 176,843 00000000000002003ea22a978c1f0ae092651a62d395ccd8c316e912564efb4c 57 0.02/1.00 vMB 95
176,842 176,842 000000000000090290c6413ebfa156da9d13be8fc0b7d2ba3b529006d574ec8e 17 0.01/1.00 vMB 53
176,841 176,841 000000000000050eebe4cfb0c11a6d7c49b31dd6366ca907bba66ae3dc026cf6 28 0.01/1.00 vMB 101
176,840 176,840 000000000000099096b992872448614f0ba3f02e2e54793a0456f7248866eb26 44 0.05/1.00 vMB 45
176,839 176,839 00000000000003548260faca7043e0443975bb5a58ce99defe5521c33604ef65 46 0.02/1.00 vMB 70
176,838 176,838 0000000000000033ef6aad203d9f1192f2aa268fbef3211f9886294e8c330171 6 0.01/1.00 vMB 35
176,837 176,837 000000000000023d24dfb0b67bde2d1f4b52e30f6dd9176e264fa52fc074a1a8 13 0.00/1.00 vMB 313
176,836 176,836 000000000000088d15bdb60ff6f8dfa0bc3bb14ea8c0f79ed17aeb3f3a3ff95b 5 0.01/1.00 vMB 12
176,835 176,835 00000000000008fe952c5bf1cfa051f4777b7f32a2ddd93c5b991c9dbfa8f987 102 0.03/1.00 vMB 40
176,834 176,834 000000000000036955b97ceaa5353994cc05c3967e83f14d161aaa2afc2b7b06 108 0.07/1.00 vMB 93
176,833 176,833 00000000000004f941e3451dbcf0bc961d59087a49c0120352796dbf13c64759 126 0.03/1.00 vMB 4
176,832 176,832 00000000000009a498d17722ec04cc7c12704853b04f0d2f4e2551b12f53b47e 87 0.03/1.00 vMB 141
176,831 176,831 00000000000004f2142dd20ce3e0c41042dc38f022fb3c5cf6bc9c0b8e54cffc 112 0.04/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 782.38 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: 664.48 GB
    • Received: 14.99 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.