Loading Tool

Explorer IconExplorer

Memory Pool

76,323 transactions
28.52 vMB
0.06983942 BTC
Random Selection Loading Transactions
Max Size: 172.68/200 MB

Candidate Block

Mining Attempt a93eea3dec4dc220d003da4b277a08d053cdcfeef92beddadeb67c06763b437f
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 01e9df0bc7bc0d44c6cc45bedac6cc00265613f11fa8c10871d0ecf5c9e291bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,589
Size: 1.00 vMB
Total Fees: 0.01039556 BTC
Feerates: 101.00 > 1.04 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (50,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
864,937 864,937 000000000000000000001580a90e0f51cb07ed9eed4727d5db39d54e03e45578 3,650 1.00/1.00 vMB 6
864,936 864,936 000000000000000000027b3c1d8f0fc85e604570a376b7ed3cce3a49931c4996 2,953 1.00/1.00 vMB 8
864,935 864,935 00000000000000000001535b16a93cc125c3af298d503cbef27593ea8dec6e09 1,820 1.00/1.00 vMB 7
864,934 864,934 0000000000000000000093143d16b6a25fa7afcc7a7b1174fea6b10c20d59229 2,617 1.00/1.00 vMB 6
864,933 864,933 00000000000000000002e6c21682318d381de8a9602e348b58c3d5957a37d9c8 3,715 1.00/1.00 vMB 18
864,932 864,932 000000000000000000029efed2e9886845f106d63d253e4ac67665f3c2af6f1b 3,363 1.00/1.00 vMB 13
864,931 864,931 00000000000000000000f29d2d0285bbc28698049f9347648d159c09992f7d11 3,280 1.00/1.00 vMB 12
864,930 864,930 00000000000000000000658937d1b30c2ec20b5d23cf752a7ca8f10466b15968 3,547 1.00/1.00 vMB 11
864,929 864,929 000000000000000000022fa1adacc96625452e15c79b8c2bd2f5810fc622effe 3,235 1.00/1.00 vMB 14
864,928 864,928 00000000000000000002abbdafcdf7f486560cecb66516132d343ab10fc80bcf 3,600 1.00/1.00 vMB 18
864,927 864,927 0000000000000000000113b8354fa5f3f9f834dd7f662f36011726efeaa3929b 3,663 1.00/1.00 vMB 17
864,926 864,926 00000000000000000001c4ef406d52d1a97d5cde9cd1d1960019725e8fa6f8ce 3,215 1.00/1.00 vMB 12
864,925 864,925 00000000000000000002d7a6a8668a79fd48c50834b04da1d2aba1f09db80d2f 3,315 1.00/1.00 vMB 12
864,924 864,924 000000000000000000009b35e35245b8315442c5471364e0e18c2de1ba8781b5 3,683 1.00/1.00 vMB 22
864,923 864,923 00000000000000000000332f03fb27d508161a8a88c7a0592d4155b6c1406807 3,591 1.00/1.00 vMB 15
864,922 864,922 00000000000000000002fa7ccac88c992a869a01e65d5a39efc4e5046154eb0b 3,780 1.00/1.00 vMB 30
864,921 864,921 000000000000000000018093d61163d418c8872c7ee28581710d2ff613518d5a 3,837 1.00/1.00 vMB 20
864,920 864,920 00000000000000000002f82d8da44b71ac00c11e90417db43a3143ccc2b5acce 4,980 1.00/1.00 vMB 20
864,919 864,919 000000000000000000024b56e6ec755ae3f462972ae98ea4a639acf3d6cfd39d 5,458 1.00/1.00 vMB 21
864,918 864,918 00000000000000000002cc1c19ea0a5ce2f29e2d322c6885e0c3d0fdecff4265 6,316 1.00/1.00 vMB 29
864,917 864,917 000000000000000000009db10728ebe0ef4f2d79390a11804cbc5a9296d95bcf 6,940 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.