Loading Tool

Explorer IconExplorer

Memory Pool

49,370 transactions
29.52 vMB
0.08293932 BTC
Random Selection Loading Transactions
Max Size: 157.90/200 MB

Candidate Block

Mining Attempt 5fcb33f066cbe2a1ddf489b94dde6ff651434d9c7f7137b77af92503b9779312
Version 20000000
Previous Block 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27
Merkle Root 76f81b1fbac07d83844d11ac744ed5b0953abdfa910e3c8caa260fe55bff6fda
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,604
Size: 1.00 vMB
Total Fees: 0.02412489 BTC
Feerates: 132.00 > 2.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,830 (870,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
43,879 43,879 00000000125f209a7e3221e4469dffce9eebacdb699f247057a6fe36b9035f18 1 0.00/1.00 vMB 0
43,878 43,878 00000000311bb417ddfc021895a8a13c9e81105d499b22b7dbe898eaa91481bd 1 0.00/1.00 vMB 0
43,877 43,877 0000000001738eaba22f91ac306c3094559a274e2c0b58d6d2c21cd460c2df77 1 0.00/1.00 vMB 0
43,876 43,876 000000000f2e9551c7902531a83f2595ceb6e74aadb8eaa1bfdb905a955d7c11 1 0.00/1.00 vMB 0
43,875 43,875 00000000345526618291818ac85f616ef8c1b5e3bda373308ec5251d5676bc9a 1 0.00/1.00 vMB 0
43,874 43,874 000000000f6da9cd7baa765fac61eeb67219167d897d18b74b8857273ea34957 1 0.00/1.00 vMB 0
43,873 43,873 0000000006bfca92caa51a2780deb9249f5f93d21a262264d53b071cc1aadd97 1 0.00/1.00 vMB 0
43,872 43,872 0000000032263773229cc98fc939c8f9a3ebf66fafd6eaa9fbe4337d51349705 1 0.00/1.00 vMB 0
43,871 43,871 0000000031344fe102f9696ae5c631168f2f790f4c8c439ef45881ea7fcd1440 1 0.00/1.00 vMB 0
43,870 43,870 00000000000e1ba421d0e347ff551684b950ee289945b117edb0b04a1b3aea45 1 0.00/1.00 vMB 0
43,869 43,869 0000000013807ec7c1b8df7764e467a97db4c4c88536790fb86d2ff57de2f932 1 0.00/1.00 vMB 0
43,868 43,868 000000001ba45838278c34f7501843078be920405246829d4ebebc6e9aa4f167 1 0.00/1.00 vMB 0
43,867 43,867 00000000271e6cfa4720fc8e3563fa29f0ddbc1b74bb8bfd68a38219d167a55c 1 0.00/1.00 vMB 0
43,866 43,866 0000000018e941926516de53019dd1fca29130a61831f828d08391d3be1c8ca4 1 0.00/1.00 vMB 0
43,865 43,865 000000002bb29b9c315aeb173e470a7e99273b0b7882df0c7a4e1583d9bde429 1 0.00/1.00 vMB 0
43,864 43,864 0000000021a62f04911bb0839230ef26a787be278074cdb51b4762801508fdb2 1 0.00/1.00 vMB 0
43,863 43,863 0000000002b88522ffe76b7180b4a8f4250360652a140fbd7c62723879f01b03 1 0.00/1.00 vMB 0
43,862 43,862 000000000ffd7aaddcaab173579c8bf395b15ce7be17063971dbc8223cd5125b 1 0.00/1.00 vMB 0
43,861 43,861 000000001dce003b2f780595b2a1704652dd53bf42dab6fd2f1b4b968a1136bf 1 0.00/1.00 vMB 0
43,860 43,860 0000000041d9caa79516d73814b09a613b16f4d95e1d4ff36c2d14a3076d9e59 1 0.00/1.00 vMB 0
43,859 43,859 0000000039ee3a50f0808c8c355d87db2d3285acac735f2a400ca20c76615060 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.09 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: 651.47 GB
    • Received: 13.59 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.