Loading Tool

Explorer IconExplorer

Memory Pool

79,471 transactions
29.51 vMB
0.09244346 BTC
Random Selection Loading Transactions
Max Size: 178.58/200 MB

Candidate Block

Mining Attempt 114fc14073c0be35b9dbefb81bb2255b830a39f60a506356a9bef2be9fadc9d0
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 678770c3cf7355ea90c6973faf17a0b4eca63cd9dc50eda9ad4d88ad030776bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,791
Size: 1.00 vMB
Total Fees: 0.03032192 BTC
Feerates: 301.60 > 3.04 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (355,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,872 559,872 0000000000000000001e2e554e8cf3c5742c2ab8298bee80d11d386d1ddc158b 532 0.17/1.00 vMB 10
559,871 559,871 0000000000000000001a5b9bb1489917a36adea6d8bb2f6704623bf6f95a9844 206 0.06/1.00 vMB 15
559,870 559,870 000000000000000000001ce8e118d4b21bc912f32f9812c4d119316be744e2a8 352 0.11/1.00 vMB 13
559,869 559,869 0000000000000000002f41bc85c16beca3c0be8e20bf8c9eaa1f0d98ff308ba0 2,512 0.86/1.00 vMB 15
559,868 559,868 0000000000000000001c115485b044c75dbf2aeaf3d804e7c1b9f8b7f84a4beb 2,560 1.00/1.00 vMB 15
559,867 559,867 00000000000000000017655af200d12f4c8d2655805af4e45815b9ed35cd06fe 1,593 0.52/1.00 vMB 9
559,866 559,866 0000000000000000000a7861da7789ad7e7f75b71dcca35594ec935b2fac6ba9 2,273 1.00/1.00 vMB 35
559,865 559,865 0000000000000000000984a8778e4fddce34823157f4fb0cc3c4ab49d04d611b 2,302 0.82/1.00 vMB 16
559,864 559,864 0000000000000000002c7d190b1e9b6048f242451e1ac60c1b0e52fdf868ec28 1,397 0.48/1.00 vMB 5
559,863 559,863 0000000000000000000afa55ba177493e609f9010d3328aa5aaf5b8398fc998b 2,662 1.00/1.00 vMB 25
559,862 559,862 00000000000000000013b129ffe9540ebf5810ce6082bc2d19fada8833120e3b 629 0.32/1.00 vMB 19
559,861 559,861 00000000000000000014d5dde3f564195ca3b1ae941c282e8cb016e2107f1246 3,126 0.99/1.00 vMB 7
559,860 559,860 0000000000000000000c0fcd3c36cde7c8beb42f3ae056dd99bbc2321e05946c 2,721 1.00/1.00 vMB 23
559,859 559,859 0000000000000000000527c737f117765efff01aea87943a9de18cdf846913ff 701 0.24/1.00 vMB 12
559,858 559,858 0000000000000000000b7ea779cb2d838dbfd06a21a04409cafcbafa8eb51c67 314 0.17/1.00 vMB 14
559,857 559,857 000000000000000000222fd49292f81f3305c47bad9935aa26854e5ae9656916 1,271 0.48/1.00 vMB 15
559,856 559,856 0000000000000000000ede4765f5e8f1bef707547e62f2876984d3d801ae3714 2,156 0.78/1.00 vMB 19
559,855 559,855 00000000000000000004dec062307a72e4f2f23f07c013e6c825004b6ccbc0f0 1,653 0.57/1.00 vMB 17
559,854 559,854 00000000000000000014a02002a0106df98f58bedafb08fb2cd131c2fbc64a76 2,093 0.72/1.00 vMB 9
559,853 559,853 0000000000000000001444a9df60bf22ecfb942127f8b612d8deb40429a4bc7b 3,114 1.00/1.00 vMB 16
559,852 559,852 0000000000000000002da0b3b357d903374a657a4ac5058bb9884284cb09e135 2,767 0.94/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.