Loading Tool

Explorer IconExplorer

Memory Pool

79,033 transactions
29.44 vMB
0.08361911 BTC
Random Selection Loading Transactions
Max Size: 179.96/200 MB

Candidate Block

Mining Attempt 9665bc7f9f5af20dbc787d1268a073553246510ce7b0f1c155d7378b5aee4506
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root aa5d9c6affa12184ce9e36054601863ffcc67080653b24f485f732e49a6cc74e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,376
Size: 1.00 vMB
Total Fees: 0.01887903 BTC
Feerates: 402.60 > 1.89 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (81,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,874 833,874 000000000000000000012c77ae58937d2e4053cbbc2c84dc3e73fc3dd351c8f2 2,617 1.00/1.00 vMB 30
833,873 833,873 000000000000000000025b9c7cad88744aa5c1865675beebfe5fafd4429f123f 753 1.00/1.00 vMB 14
833,872 833,872 00000000000000000000f911daedd9e106b3b39ac01a66d0c50847bf349871d3 715 1.00/1.00 vMB 14
833,871 833,871 0000000000000000000151d8b42f40f2b4152966300c01825ee5f2cc036a56eb 1,240 1.00/1.00 vMB 14
833,870 833,870 00000000000000000001973fb33bc7cdfd88b1f98843917beea29f5f928a4f43 2,019 1.00/1.00 vMB 28
833,869 833,869 000000000000000000022b81888c82f5b762527fed642adcb1930f1a0c9f0dce 160 1.00/1.00 vMB 12
833,868 833,868 00000000000000000000141b7b87fb65fd04d4f3fe2728f36bd09a5e5292b50d 3,002 1.00/1.00 vMB 26
833,867 833,867 00000000000000000002f932b6e72c1e06285025f95d7fcfa522ae83efddc2ad 1,619 1.00/1.00 vMB 17
833,866 833,866 00000000000000000000a5085a5a0d93c49c33e44328e0e6c6ce2d947bcf9d16 2,549 1.00/1.00 vMB 20
833,865 833,865 000000000000000000032b8532f93224df3e5b9c3d3e263a4659be1b25f94051 2,551 1.00/1.00 vMB 35
833,864 833,864 00000000000000000000e10bd9a4542fabf1094132abcdc98b8347248d929e80 2,301 1.00/1.00 vMB 19
833,863 833,863 00000000000000000001b9fb8499eaaec3fa88f0f7838c8d67a2dede00e328f1 2,786 1.00/1.00 vMB 29
833,862 833,862 000000000000000000036bf91a635dc8e4fbcb9583070d5f53f73787ba26e075 2,085 1.00/1.00 vMB 16
833,861 833,861 0000000000000000000162590fb65944eca9c94f2f159c5659f5ee4907d152ec 1,937 1.00/1.00 vMB 32
833,860 833,860 00000000000000000001525eec48d31729f1d988a3989402e4d442cd04e059ce 3,035 1.00/1.00 vMB 24
833,859 833,859 000000000000000000022ae0ebda9b312b76d3e48ea2d4a9dd75d22cf71ac1c0 2,250 1.00/1.00 vMB 31
833,858 833,858 00000000000000000002d1edff63417df2ae54e47a6849696a3b0d2e911ad572 1,663 1.00/1.00 vMB 21
833,857 833,857 00000000000000000001042c3807a05b5744d2fff971d13f8e639bec44220c84 1,803 1.00/1.00 vMB 20
833,856 833,856 00000000000000000002f7f4cf3e60a0aaee212cbd59e79750ee906222476dc4 1,754 1.00/1.00 vMB 18
833,855 833,855 0000000000000000000337e43cbd3728e893af219b8222a910d2fb29a8566249 1,904 1.00/1.00 vMB 21
833,854 833,854 00000000000000000002bfa012db4d72578d378ef69b2ede701da157660e6cee 1,815 1.00/1.00 vMB 20
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.16 GB
    • Received: 17.66 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.