Loading Tool

Explorer IconExplorer

Memory Pool

88,756 transactions
32.49 vMB
0.17963240 BTC
Random Selection Loading Transactions
Max Size: 196.45/200 MB

Candidate Block

Mining Attempt ff00c1d3bf8f20052a10c0c5cb28286b62d4a3c2dd562ebf864aad0913bef386
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root db0ea575edca3ac94403ba8aee9e595f9279b6e5e1251251fd51a98eb8aacbcd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,875
Size: 1.00 vMB
Total Fees: 0.08691790 BTC
Feerates: 216.64 > 8.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (219,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
695,620 695,620 0000000000000000000c294e11a9a80e24202712f7d12ac7671f3e1c4db522d9 1,297 1.00/1.00 vMB 6
695,619 695,619 00000000000000000010f52881e7983453215a1f27b8f815d12efa3c23ab07b4 2,566 1.00/1.00 vMB 5
695,618 695,618 0000000000000000000847b053265e2d199481611ee4c1a1fdb052eef5e81f32 968 1.00/1.00 vMB 9
695,617 695,617 0000000000000000000bab739a4e3f9d4c246a44b0b33908768250195982bff9 2,359 1.00/1.00 vMB 22
695,616 695,616 0000000000000000000f3d06320b1df55a86debd29c4502a6b90c750e89a4929 976 1.00/1.00 vMB 6
695,615 695,615 0000000000000000000a8454f15d69e296d908dd06c74ec5a43798adbd46f6c3 1,911 1.00/1.00 vMB 5
695,614 695,614 0000000000000000000beb18f6963916f8d8187e23ec28580a3e5c9850abad1f 4,970 1.00/1.00 vMB 5
695,613 695,613 0000000000000000000aa96a5c29cd6e1d5bccf01e55b7c0d0649d0995941a2c 2,942 1.00/1.00 vMB 10
695,612 695,612 0000000000000000000aa3192b1b534610412220867c5c5b3841a558a7963973 3,573 1.00/1.00 vMB 10
695,611 695,611 0000000000000000000ade3901d4a966500cee0ee5bc443401f9dc7f5b7831d5 2,639 1.00/1.00 vMB 29
695,610 695,610 0000000000000000000edc923b502bc077930af2a8284f6928eadf7783ff158b 2,904 1.00/1.00 vMB 18
695,609 695,609 000000000000000000024736c5e41f11fedaad9c36d808516755dc97041f8a83 3,162 1.00/1.00 vMB 20
695,608 695,608 00000000000000000008acf2c59703295e6e8b3d4f6a3b7dadfc739b40b6d747 1,018 1.00/1.00 vMB 8
695,607 695,607 00000000000000000007b5e4b01b92e129a62e0aa4586ba53c50c5fda64fa79e 1,804 1.00/1.00 vMB 13
695,606 695,606 0000000000000000000eccba2da22a40bb04422c24121b334986a2fde867e305 2,597 1.00/1.00 vMB 33
695,605 695,605 00000000000000000000167b23f4e71d423ee8f1ba99b8bf5d8628bb6f0a6372 2,319 1.00/1.00 vMB 11
695,604 695,604 0000000000000000000cdf07a4f933900f137fadb3d6f088f37ce816cf92f691 331 1.00/1.00 vMB 11
695,603 695,603 0000000000000000000d2b092a36855761b52be0414c69d3be7a99852b9865e4 2,741 1.00/1.00 vMB 28
695,602 695,602 000000000000000000006c6a4b7bd4f1efa623a3e309a7cb733ba883dd075fa3 2,899 1.00/1.00 vMB 23
695,601 695,601 00000000000000000001e765ca44b0fcacda929fe585316510e6cf10e6aba7f9 2,955 1.00/1.00 vMB 26
695,600 695,600 000000000000000000068639c00d15a48b1403708e71013846d910806045df4b 3,046 1.00/1.00 vMB 36
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: 10
  • Data Transfer:
    • Sent: 668.93 GB
    • Received: 15.65 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.