Loading Tool

Explorer IconExplorer

Memory Pool

47,094 transactions
27.63 vMB
0.09012355 BTC
Random Selection Loading Transactions
Max Size: 146.10/200 MB

Candidate Block

Mining Attempt a58877c5c6e422655774b89e00d8f8fa101860c75e1d7c86ad561a550775bf75
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root 350ebcfe96bddbdb086c18857e25cdadf2694d738bc49da9e728e7369f69ebef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,424
Size: 1.00 vMB
Total Fees: 0.03532306 BTC
Feerates: 159.25 > 3.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (73,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
841,658 841,658 000000000000000000011a9af8400d68481bb39a8dbdd9fbf61e944f209320bf 2,652 1.00/1.00 vMB 30
841,657 841,657 00000000000000000001983bffc5d6c5bba896aa3fc3be176a751ea46c093a6c 2,986 1.00/1.00 vMB 31
841,656 841,656 00000000000000000000095a7e055d1011298b5a7e27f9d87e7af5336127d3ef 4,539 1.00/1.00 vMB 24
841,655 841,655 0000000000000000000274569637ee3fddd822b374c625e6642861cd38605ce1 3,548 1.00/1.00 vMB 34
841,654 841,654 000000000000000000030ea394eea69c5936adcba48e159e871f2d90cf5ffc04 5,508 1.00/1.00 vMB 23
841,653 841,653 000000000000000000030b7e6a4ff38e9f192e6e425b7e758c3be9601b09e3f8 3,538 1.00/1.00 vMB 23
841,652 841,652 00000000000000000002c51f9c0739ce44d9eb8731c3ba6e39ff3eb7f230bbaa 3,612 1.00/1.00 vMB 37
841,651 841,651 00000000000000000002d55e63054f31cdd819bfffb493651a3a52eb45a4fcd6 3,335 1.00/1.00 vMB 31
841,650 841,650 00000000000000000000afdf91f0cd240b8757ecebc9e2eae7f7b814c1c68942 4,172 1.00/1.00 vMB 27
841,649 841,649 0000000000000000000008874b8b4964860d2e19870e86294d018ad0b1cebc08 5,082 1.00/1.00 vMB 23
841,648 841,648 0000000000000000000102c06ad7cfdf693764093814c01eb0aa5beeb752c050 4,866 1.00/1.00 vMB 23
841,647 841,647 000000000000000000019ee90717cca1ba5f725c5f56e32ecf21a6eceecfeafd 4,217 1.00/1.00 vMB 23
841,646 841,646 00000000000000000000be6b0bb9bfc9bdc150fc94560d86722e3747a5ca269e 1,783 1.00/1.00 vMB 22
841,645 841,645 000000000000000000018f1cbf4631138018a00a154f3b29a1aa79b770ea786c 3,410 1.00/1.00 vMB 37
841,644 841,644 0000000000000000000058fe1ee4d773ac36fcd83ae31ce55f5746c30bc4895e 3,829 1.00/1.00 vMB 39
841,643 841,643 0000000000000000000286a89124b64069de9d482605d576190367afbd6474cd 5,345 1.00/1.00 vMB 24
841,642 841,642 00000000000000000002f046aef6e9d6c21fd45023b5f3b7b9df8bfacbc02076 3,197 1.00/1.00 vMB 16
841,641 841,641 000000000000000000029c38abb6d9cf06ebb6831f113060c2f9d88828538b2a 4,740 1.00/1.00 vMB 26
841,640 841,640 00000000000000000003127ab366975253a971cf691dbaf871c905344cca3630 5,778 1.00/1.00 vMB 17
841,639 841,639 00000000000000000001c8e8c8e9aa18e6e6fd86d239d91f425b3f94beab12d8 4,262 1.00/1.00 vMB 27
841,638 841,638 00000000000000000000ca2cbcbd56dfc62cb3705800eb0978e3533d6c84acd2 3,898 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.20 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: 654.02 GB
    • Received: 14.08 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.