Loading Tool

Explorer IconExplorer

Memory Pool

83,879 transactions
31.90 vMB
0.08611916 BTC
Random Selection Loading Transactions
Max Size: 194.05/200 MB

Candidate Block

Mining Attempt 61b41802427e9053aa3e0aed3d25c2f61b7bc152cca6f50a4f35ed5bf9e3ca28
Version 20000000
Previous Block 00000000000000000000682e38af279af4c954a439e90eb631728e9fdcb16ff7
Merkle Root 1bef94661a44b95e67fb5e75aa629266b6ee30768706f55547a893af6db82a86
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,298
Size: 1.00 vMB
Total Fees: 0.01638970 BTC
Feerates: 40.21 > 1.64 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,210 (224,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,944 690,944 00000000000000000001c0f9fed135368a2e3d6a36c28ee1b7bf1e8ed121188a 300 0.09/1.00 vMB 29
690,943 690,943 0000000000000000000e6f908c5d30cefa09a54760729f63985dbc054d86e5ff 1,654 0.66/1.00 vMB 24
690,942 690,942 00000000000000000006ed79953e0ea5513800c89ff3ef07c11de08990ec2f06 2,384 0.81/1.00 vMB 23
690,941 690,941 0000000000000000000ff6ee83e6db7a58f471905400c62f05ab7442062c8d7d 1,309 0.53/1.00 vMB 18
690,940 690,940 0000000000000000000e481f58b636677dfd441d1654f3f2afca9f2495174fed 2,619 1.00/1.00 vMB 13
690,939 690,939 0000000000000000001045e5f4d7d5ec544c390846881083be39f1ed7b43e577 2,228 1.00/1.00 vMB 42
690,938 690,938 0000000000000000000eb612270d6af05661ebf84130ff730a76a43cc2d51c3e 1,682 0.83/1.00 vMB 20
690,937 690,937 0000000000000000000c97ae8cd37d29c82f0a2634b0e6dff169dd36a0773645 2,716 1.00/1.00 vMB 18
690,936 690,936 0000000000000000000e8ae54435d71a0c9dd3571fcdc9116693fa9f8843f5ff 1,471 1.00/1.00 vMB 35
690,935 690,935 0000000000000000000f51e9978c8c4906d47d2ac8a2170e48a51a1e70f56981 894 0.33/1.00 vMB 29
690,934 690,934 000000000000000000051f1856126fb45b8097b12c8e573dacdad290b7474d1e 228 0.14/1.00 vMB 16
690,933 690,933 000000000000000000089f8f85f5845c871d93c0e2670ae37021eefba914c324 9 0.00/1.00 vMB 19
690,932 690,932 0000000000000000000a6d2543c8155d1d4422447b3bed33f23c1bdc7efa70f0 50 0.08/1.00 vMB 25
690,931 690,931 000000000000000000090cb9e64d44fc31f7c45238081a2dd0d576b33e69b9e9 569 0.25/1.00 vMB 21
690,930 690,930 000000000000000000003fc2ee9c019cc77beac8ea1d5f8844edb50a70df2a81 1,271 0.51/1.00 vMB 24
690,929 690,929 0000000000000000000a281ab5eb8201389ddc2766cf76c62cb84c060af2ac77 1,593 0.63/1.00 vMB 29
690,928 690,928 00000000000000000000b2013c068028953399af85c30d6946949e5c66ea8774 688 0.28/1.00 vMB 30
690,927 690,927 00000000000000000002a2f4710a00bad2c903d63023253f9f13f1c3e22baa9e 954 0.48/1.00 vMB 29
690,926 690,926 000000000000000000034bd7a2686378f64514308867f6f3f75f1e7d4d4778e0 856 0.40/1.00 vMB 26
690,925 690,925 00000000000000000005dbc44cbe7c3f5aa1384fa88b930718dc369a934c4c0c 246 0.18/1.00 vMB 49
690,924 690,924 000000000000000000006237a91bf276fa226a9d98db3ff1294e59af7cc2ba7a 2,102 0.90/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.75 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: 708.87 GB
    • Received: 16.78 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.