Loading Tool

Explorer IconExplorer

Memory Pool

41,426 transactions
16.71 vMB
0.15092906 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 96.25/200 MB

Candidate Block

Mining Attempt af901dc379b1897571f5be3db045132f4728e702fbc4bc7fb078852fec71674a
Version 20000000
Previous Block 000000000000000000020ba0b0f97ade18a7734e70bffe99fde86a5e317db4cd
Merkle Root d676f12724143459bb48b1e5d2122aa00f77c0f2ed4707b39f44f8ee32203a18
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,573
Size: 1.00 vMB
Total Fees: 0.05513822 BTC
Median Feerate: 4.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,314 (778,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
134,761 134,761 0000000000000566cd1b1f718c76eb8849407b0475a9fb6137e1f5a405824017 72 0.03 vMB 490
134,760 134,760 0000000000000c105954ce99c2381df5b3287a1f245c7df4b93535d1e0ee0bdf 49 0.01 vMB 526
134,759 134,759 000000000000098683f6fe8fd0433ba503dbbb3700650296e87bcea46eed5211 27 0.01 vMB 883
134,758 134,758 00000000000009cde3975224b1254affb01a578325d44f9ef60058b2f4703e48 23 0.01 vMB 316
134,757 134,757 0000000000000753685492389bcd3e1f48f4073d2c1f2ce6f8c8cba3914bdd41 65 0.03 vMB 596
134,756 134,756 00000000000009988eba9d676cf41707b91777f7a2191b8b2c1391d6e87f414b 144 0.04 vMB 144
134,755 134,755 0000000000000be138c7ce05ec2c4b45a3a37f0b983dab005d6c51b12a459ddf 17 0.01 vMB 1,426
134,754 134,754 0000000000000b8756cb1f2a74358543e125777eb4d4f27ec357899521e48d89 111 0.05 vMB 121
134,753 134,753 00000000000009fef4dc2d3d64926e6aa363e2c90174310a2a3b015dd62441c9 73 0.03 vMB 446
134,752 134,752 000000000000024a5892cf6f86759d247b95545d68d0ee85ce47880b6edeeb24 17 0.01 vMB 2,047
134,751 134,751 000000000000041e62ac560a15292d34be9c80c57e9b8db37318db1be8d7add8 80 0.03 vMB 558
134,750 134,750 000000000000041bf7d4825028c420a21ff9a1287c995c6cc5d1698b98044424 67 0.03 vMB 480
134,749 134,749 000000000000087782644252e01dfc846a363c40e331a13e9429a3310cc25c96 14 0.00 vMB 558
134,748 134,748 000000000000047bfc63e25cd485ca8a83d181e87398f15217a71d2038b9aca1 9 0.01 vMB 1,046
134,747 134,747 0000000000000bb01dde593fccf757ef5472486b2b86a6d5b6919ee1e32f041d 15 0.01 vMB 1,021
134,746 134,746 0000000000000bb7b7732c66eea910464a4ba4d2885842ce4898f93d06074eb0 72 0.02 vMB 166
134,745 134,745 00000000000008e9ca09e7fe8a38ad6be0b51e0ad7d27418f22f5eac8ecfe1ec 73 0.03 vMB 765
134,744 134,744 00000000000005a684b4cd660eb46a1d1537f6c7833f6369edfd827e7eeeda04 6 0.00 vMB 2,073
134,743 134,743 000000000000014da6906d369cbac61ec7c9887002e39132fd630505bbf9b16d 67 0.04 vMB 365
134,742 134,742 0000000000000789e37005b41004e3ad673197c3a550b6cd8dce71e167eb7a08 62 0.02 vMB 223
134,741 134,741 0000000000000a7fb02b6a52a652795336826fba3b0de9fad0f6f81bf7a448a6 17 0.01 vMB 229
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

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