Loading Tool

Explorer IconExplorer

Memory Pool

81,649 transactions
31.21 vMB
0.08130588 BTC
Random Selection Loading Transactions
Max Size: 185.77/200 MB

Candidate Block

Mining Attempt 22e9bb7db324ffada479ff414fb7619a2011dcc07f9812621eb837f196e3d070
Version 20000000
Previous Block 000000000000000000006967e51e05e86af929479363a0a1c6b74722992c0c25
Merkle Root 1bcb6935cbc3cd1891ff0f7a50d9f1f7e17575e49a4d0bfb0403d4cb751a07ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,395
Size: 1.00 vMB
Total Fees: 0.01476636 BTC
Feerates: 157.11 > 1.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,071 (282,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,636 632,636 0000000000000000000411b4ca233b2538278e7e51d3596acbd7cacd1c66d17d 3,307 1.00/1.00 vMB 128
632,635 632,635 000000000000000000010748db309862c4fc45aa8c0bdfed355e10d5b66abf28 2,495 1.00/1.00 vMB 73
632,634 632,634 0000000000000000000c62feb646baf7eb3cacfe56fd2fcd486890aebb16a8bf 2,293 1.00/1.00 vMB 98
632,633 632,633 0000000000000000000e310f49806e123dd410b20b905f1fcc78b951d80099d4 2,525 1.00/1.00 vMB 94
632,632 632,632 0000000000000000000b069efb51a390724e3f035509d5bf2b93e34760fc0bc0 2,888 1.00/1.00 vMB 89
632,631 632,631 0000000000000000000ea50de21ade0a7ad3c467c53efc08fb67497d018dbe27 2,787 1.00/1.00 vMB 84
632,630 632,630 0000000000000000000e959e45f68e4ee57f5eb4123fb40f91b0b4020c45a56e 2,539 1.00/1.00 vMB 44
632,629 632,629 0000000000000000000ace1ad880496af48440e3ac1917fefb174d8446967b2c 2,250 1.00/1.00 vMB 84
632,628 632,628 0000000000000000000d957bfa51facb9543ee55394b6a1c2783c0925b254e1f 1,777 1.00/1.00 vMB 133
632,627 632,627 000000000000000000004d43f1d99b61412954b3a9717b56f71962e4168201b0 2,099 1.00/1.00 vMB 22
632,626 632,626 00000000000000000001e4debf3f23bd5d3c8c738423157d55a5abd7308182a6 2,298 1.00/1.00 vMB 61
632,625 632,625 0000000000000000000244b9973a59ba7ec32431f63000dcf571c91ffc6ec8ab 2,645 1.00/1.00 vMB 38
632,624 632,624 0000000000000000000be0a61ff6875af72b45efbe5be4237c525d418d194865 2,609 1.00/1.00 vMB 51
632,623 632,623 00000000000000000000a6d87895814bde0f0a58240735d0fac3da29a483440d 2,296 1.00/1.00 vMB 71
632,622 632,622 0000000000000000000bcc49aaa29edb4d6daaab9e8308a9b7c73382363a07bc 2,477 1.00/1.00 vMB 87
632,621 632,621 000000000000000000010a60fd95710d2645ccc8a110a6da55c59fcb1a78b165 2,749 1.00/1.00 vMB 123
632,620 632,620 00000000000000000006e1b03cde5ae1c8b6fc3a644a27d6797a056589f63495 2,650 1.00/1.00 vMB 34
632,619 632,619 0000000000000000000c34991f1a964a87e71ebb0fbfcfb7a4cc55dfc33cccd4 2,850 1.00/1.00 vMB 91
632,618 632,618 0000000000000000000ea6c37124341793bfe1e21c066a3fbaf004894e344aeb 2,743 1.00/1.00 vMB 42
632,617 632,617 0000000000000000000376d18504b3c9ecc05bea540e63a43d9ab6dec4eb9b8e 2,202 1.00/1.00 vMB 75
632,616 632,616 000000000000000000020beac79dc6e8650814459a9449e7dd687be4cf5e5cc3 2,790 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 782.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 668.83 GB
    • Received: 15.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.