Loading Tool

Explorer IconExplorer

Memory Pool

39,618 transactions
26.95 vMB
0.07307490 BTC
Random Selection Loading Transactions
Max Size: 139.43/200 MB

Candidate Block

Mining Attempt b9d44160c2d4cd540826b1ddc17930929579bd1bfc32f606c040d0a5fc4e70a3
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root baba20401c21f8bc58daac6999ba0ec73268a32bf798b8e6ca97ce060f9f8c81
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,739
Size: 1.00 vMB
Total Fees: 0.02002166 BTC
Feerates: 201.37 > 2.01 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (296,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,864 617,864 00000000000000000002dc7e461ab2a052a7dc00d5591611e422d62ab2cfc555 1,620 0.55/1.00 vMB 17
617,863 617,863 000000000000000000092c71a2ccc0ee8e7ba8c678193d9ae6c158361c960702 1,045 0.32/1.00 vMB 14
617,862 617,862 00000000000000000001c11dcd4382faf931d988a01ef7b5e5560e9f64723ee1 1,777 0.59/1.00 vMB 18
617,861 617,861 0000000000000000000af3eb7eb804b052c685bbba90a3fda39899f4fc306251 587 0.16/1.00 vMB 21
617,860 617,860 00000000000000000005540f47b96185a3a56e59ab35f3b78efaa13c3d680ba6 1,264 0.54/1.00 vMB 2
617,859 617,859 0000000000000000000ee5e23f75ca2513973389bd316505481db0c5c39f64b6 2,993 1.00/1.00 vMB 7
617,858 617,858 0000000000000000000cc1cb84fec5af2b860a8ee0802fe38a599f15a5ba562e 2,827 1.00/1.00 vMB 16
617,857 617,857 00000000000000000007554607cd2ee95b143695923b6883da20894f3e7ba8b7 2,879 1.00/1.00 vMB 23
617,856 617,856 0000000000000000000bdaa051bf690c43ac085260c2cf365439c80f5cf93ff4 2,443 1.00/1.00 vMB 7
617,855 617,855 0000000000000000000945cb7e5cba08e45b3b794173ef4898875921759ed278 3,321 1.00/1.00 vMB 24
617,854 617,854 00000000000000000009943525d0b3590225733866f8a6b897dd9c32fda94b83 3,197 1.00/1.00 vMB 21
617,853 617,853 000000000000000000071f6e88f2f6d5d5660800ff5aa06c9faa760f8bbd4d71 2,398 1.00/1.00 vMB 10
617,852 617,852 0000000000000000000bedb9ba544b4e63f3e2e2430f0b9f978e0adfa96bba7d 1,821 1.00/1.00 vMB 16
617,851 617,851 0000000000000000000af672a0000c66c167f0694fcd3baba2f77cb2d91ea4a4 2,767 1.00/1.00 vMB 29
617,850 617,850 0000000000000000000caa2102042b0e8b7ea6718fdefe330be55fb7796979fd 2,805 0.92/1.00 vMB 14
617,849 617,849 0000000000000000000a5318c4f3f11be0fe34d8477d6642d76025bf0cc8ab30 743 0.21/1.00 vMB 14
617,848 617,848 0000000000000000000cd922a46f57adf4c928f0f1cd99fa3bf454744b5c4f24 2,010 0.71/1.00 vMB 8
617,847 617,847 0000000000000000000078f4e0255a5b9b7873a58f4447528669a2d8d7a75fc4 2,319 1.00/1.00 vMB 24
617,846 617,846 00000000000000000010af6b5b3b089e4d48607d331e93db716bd3ca894eec89 1,324 0.45/1.00 vMB 15
617,845 617,845 0000000000000000000ae5771e05252e52a1a6398843d792f6e555729604ef6f 437 0.13/1.00 vMB 15
617,844 617,844 0000000000000000000bb10f318a5449de0f34e80c1279ded685f0c4a15727ae 3,080 0.95/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.83 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: 636.62 GB
    • Received: 12.37 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.