Loading Tool

Explorer IconExplorer

Memory Pool

46,973 transactions
28.86 vMB
0.10956059 BTC
Random Selection Loading Transactions
Max Size: 150.02/200 MB

Candidate Block

Mining Attempt 6d77b3db2938022f6ac394d64566fee0e813d8e56da2d9b3cb5e806465f33a8d
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root ddcee16f3c45a7f0939cd7267a8387d5c5234c0276e51f34605b7acda4b39dff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,117
Size: 1.00 vMB
Total Fees: 0.04282454 BTC
Feerates: 444.31 > 4.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (468,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,418 446,418 000000000000000002e91a19fba42c7aa46b8b0d7d2833abc5516dc4f21646e3 2,003 1.00/1.00 vMB 64
446,417 446,417 0000000000000000011ea1d34e8434e5ecffbf850fe42e34ef2840183cbce74b 2,031 1.00/1.00 vMB 68
446,416 446,416 000000000000000000456380f548eaab89a2b3334a8f096cfcd844fe8ea3e505 2,270 1.00/1.00 vMB 86
446,415 446,415 0000000000000000028fc7e4a24c47e4c4f27b6e31b4055b2043a8481cc0935f 2,239 1.00/1.00 vMB 84
446,414 446,414 0000000000000000019af4cd25f8643c865575f014850df956c9b2826a90ba78 1 0.00/1.00 vMB 0
446,413 446,413 000000000000000001f923ff7aafed53c31b0c06717eca7a4c877d343175fb72 797 0.95/1.00 vMB 27
446,412 446,412 000000000000000001be4543d3297f0237662340da033a5eced17f5e092eefd5 1,023 1.00/1.00 vMB 34
446,411 446,411 000000000000000002247d7695e1f66a221535ec42482111c514042398ed2a4b 927 0.84/1.00 vMB 51
446,410 446,410 0000000000000000020cc34f965b947d14b5db5059d201686f3d9cb3ab068cb8 907 1.00/1.00 vMB 62
446,409 446,409 000000000000000002248919d3faebc57fed51d21b9b4ee643288447d4e42e5e 2,067 1.00/1.00 vMB 78
446,408 446,408 0000000000000000025bcdb33879c875b25630e8265b1a6a8ebb50745b465ea5 2,076 1.00/1.00 vMB 97
446,407 446,407 00000000000000000131f7f8e9f902227265d0fb2cf8d42a81f65725eec9f930 2,376 1.00/1.00 vMB 82
446,406 446,406 000000000000000001bf9a0ce5023815e303c2f9de357ab6e54bee000e1a276b 2,375 1.00/1.00 vMB 78
446,405 446,405 0000000000000000026c90154a50b8601352b8970a8a608837b713be7b2f8e8a 2,501 1.00/1.00 vMB 79
446,404 446,404 00000000000000000110c5182d86e39af274c800aedcbcf0bef1107017ccc89a 1,967 1.00/1.00 vMB 61
446,403 446,403 0000000000000000015ea492a10a3dc5d92fc489bb85ef427aed60ad8e30c8cd 1,871 0.93/1.00 vMB 61
446,402 446,402 0000000000000000028ae6216f0c51ec0de045b73239954fca92db8dd722c446 1,665 0.93/1.00 vMB 53
446,401 446,401 00000000000000000008b0594f93eb961d232679183cb463a350933a9590aec8 2,313 1.00/1.00 vMB 82
446,400 446,400 00000000000000000081b74e40f40e982cb379ec7862f10762d7f88bfe1d7f25 1,475 1.00/1.00 vMB 63
446,399 446,399 0000000000000000020db1a3bcb55ca7aa848360ec1efd4a3e893bb48ca74d40 2,280 1.00/1.00 vMB 70
446,398 446,398 00000000000000000128d95f02be7f66b45e00e03f3ef43a044336b08092d835 2,187 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.25 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: 655.41 GB
    • Received: 14.30 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.