Loading Tool

Explorer IconExplorer

Memory Pool

46,656 transactions
28.77 vMB
0.07264335 BTC
Random Selection Loading Transactions
Max Size: 153.36/200 MB

Candidate Block

Mining Attempt d59ada7da4a915bd0fc3f8660e251fec008133b0c69f868f202132d6cf108478
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root 492c92a0f8a51905a282ce95aba1d138e406617a263751fa22641ca5df871c6a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,068
Size: 1.00 vMB
Total Fees: 0.01798055 BTC
Feerates: 73.20 > 1.80 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (208,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
706,838 706,838 00000000000000000006b2d60f6e61ffa5031cec51f55b82c51e4daa93de5e2e 2,104 1.00/1.00 vMB 9
706,837 706,837 000000000000000000018300ad226dbcb283dd7c0112a87f0a821bf72e3092a3 1,097 1.00/1.00 vMB 5
706,836 706,836 00000000000000000005526d2d200a86c3bf80a2063971c48c7f4b546c1f60e5 2,204 1.00/1.00 vMB 13
706,835 706,835 00000000000000000009de6dfed386dd4d3730c3de5492e4de406e49d41fe218 2,966 1.00/1.00 vMB 9
706,834 706,834 0000000000000000000dc4c98e6d3d4d68b7ef5d470333a72159793f56926238 2,689 1.00/1.00 vMB 23
706,833 706,833 00000000000000000007c2dd9eb99b0c1373b662a8a526f5a6cd6e396b1a2d00 354 1.00/1.00 vMB 2
706,832 706,832 00000000000000000000675a7c00d464223c299a74f13c1789e10dcccc705928 3,196 1.00/1.00 vMB 15
706,831 706,831 0000000000000000000dd932c49da374dc15263b44516b6405acb16f5d6c3b6b 2,870 1.00/1.00 vMB 10
706,830 706,830 00000000000000000004a595f19dd8fd873082aaf1f1d3606c2ffe2ae9b7c5fd 1,154 1.00/1.00 vMB 4
706,829 706,829 00000000000000000004a53ce778546faf954d0108f22c7d4ce6bdce7b7376c7 1,761 1.00/1.00 vMB 10
706,828 706,828 000000000000000000007af84c8a9d8a11bc88462128dff66c92ec7f98c4f824 2,747 1.00/1.00 vMB 6
706,827 706,827 0000000000000000000c250eb0761254423f4671b6037ee42473670a3b4ee5f7 1,669 1.00/1.00 vMB 25
706,826 706,826 0000000000000000000929a76fcadf21bb694357500977cca5b631d874d5bc8f 2,648 1.00/1.00 vMB 8
706,825 706,825 0000000000000000000b42104acaf6e640a8475e596213a297d4c08bf7eb3610 2,439 1.00/1.00 vMB 15
706,824 706,824 0000000000000000000aa4e9bbf34624822ca66b759a91d9e3df1100d2c9e8a3 3,411 1.00/1.00 vMB 4
706,823 706,823 0000000000000000000909df6e47a6c984802d72035b08af9d3b01a59eced590 3,752 1.00/1.00 vMB 7
706,822 706,822 000000000000000000053446128a5e145b356ce98f34a34c808ca56e267815f7 2,379 1.00/1.00 vMB 14
706,821 706,821 00000000000000000001339ab14c9523885e714c8bad66baaaeb2bc15a04f25a 1,053 1.00/1.00 vMB 9
706,820 706,820 0000000000000000000c08054821eeb2c2154657d4cb8f87ec00656249124142 1,878 1.00/1.00 vMB 15
706,819 706,819 00000000000000000001b1e84ed516f8f246f28dde1ec77e6afbeccb5dac7c9f 3,139 1.00/1.00 vMB 8
706,818 706,818 000000000000000000094661f98b2f33e72d6918bbfec88da1e86fc6e986955c 3,030 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.11 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: 652.01 GB
    • Received: 13.68 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.