Loading Tool

Explorer IconExplorer

Memory Pool

11,344 transactions
9.69 vMB
0.02980320 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.37/200 MB

Candidate Block

Mining Attempt cf51fbd870e8fdc8d15dd84cd51eb91fcf66585980f81650d7055905962bc87d
Version 20000000
Previous Block 000000000000000000012e19983e24f0604faef80654158cc2f867745882ec5c
Merkle Root d0727ddc6ee22e3c4303024f15b5b97eb8810c0930cb8bc135647a0d6ac872d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,064
Size: 0.99789775 1.00 vMB
Total Fees: 0.01530081 BTC
Feerates: 120.63 > 1.53 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,806 (742,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
170,952 170,952 00000000000001aa8a222e475378d3228d73dc19d02917d067c1fdfac8bc683d 19 0.01/1.00 vMB 221
170,951 170,951 00000000000001710c7531c4c20871293777356bdea6984383746afe2aec9a5b 34 0.01/1.00 vMB 113
170,950 170,950 00000000000000f26971db36d35128e552151a8dae2c05cf0d22e63ef8a8c707 1 0.00/1.00 vMB 0
170,949 170,949 0000000000000866b91a628f6b4cf7971360c3f721ffd6a26efb639d8d80d569 2 0.00/1.00 vMB 0
170,948 170,948 00000000000005c15775910040af6906961bc9d2ec2e0bd8e3332c548d37aaea 15 0.01/1.00 vMB 51
170,947 170,947 00000000000003f592063773aefc2cb0dfc034bee6b50ca7f4f54e3ab26f4a74 97 0.03/1.00 vMB 59
170,946 170,946 00000000000005c21ca12219f5d3fd46d080e741ee3a111010621a2d649f1d77 17 0.01/1.00 vMB 60
170,945 170,945 00000000000001ac9af7616aad724bfc782de4fa90ae8e98e09efd6438fcc18c 33 0.02/1.00 vMB 261
170,944 170,944 000000000000099d93b300dfc7a6108e4076972c45dad3ae09d1da7bfe3b7b8c 1 0.00/1.00 vMB 0
170,943 170,943 00000000000006f1c6a28411335dba3a3e273282c4b0b9747fdc1c28e141faaa 12 0.00/1.00 vMB 0
170,942 170,942 00000000000005cec9a9e83a39f94232e7e74a171cb45e7c6b12d949eabf2791 19 0.01/1.00 vMB 428
170,941 170,941 0000000000000198d5965791291d76217415a09362cd8a87e1583d205f9d3543 10 0.00/1.00 vMB 41
170,940 170,940 000000000000007582beafb9f54a2e0dbe46eba4dcfb4e4d2ef8b8fac61c41d9 51 0.02/1.00 vMB 49
170,939 170,939 0000000000000aff43fc5972d5dfda103d135c49746b5826282b1c244400eaab 8 0.00/1.00 vMB 33
170,938 170,938 00000000000005b97fbc6166361e40f23728c2335a745002987fb2c5c22d752e 11 0.00/1.00 vMB 53
170,937 170,937 0000000000000ab3a8919ef2e4e2fa45941309c96bffcac158eadc42cdec73b3 72 0.03/1.00 vMB 54
170,936 170,936 00000000000004aecdfaa92c8fab8ede9d1c140b27e1f3d8fbfc242e61bdfe64 1 0.00/1.00 vMB 0
170,935 170,935 00000000000000d6eb91621ba2bea182706e313f0dbc53e7987080443b608cc2 12 0.01/1.00 vMB 382
170,934 170,934 00000000000008900e274fbad7c942739bafaa80af4855bec281798c9d13bcc3 15 0.00/1.00 vMB 66
170,933 170,933 00000000000004ef22c5cf2ff68e620390cb8a69bf40d1e5ec86b7cd48f5b600 9 0.00/1.00 vMB 0
170,932 170,932 00000000000004b70bf9f29d9e978b99f05deca084f9aea3ada6261656b65971 39 0.04/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 780.28 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 515.99 GB
    • Received: 4.40 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.