Loading Tool

Explorer IconExplorer

Memory Pool

81,974 transactions
34.01 vMB
0.14596880 BTC
Random Selection Loading Transactions
Max Size: 194.94/200 MB

Candidate Block

Mining Attempt c5e6a7da95a14063a355c54094136f4c10dba52d5daf2a3afc4fb3dd3ba565fe
Version 20000000
Previous Block 0000000000000000000103b96eb359a8c0480b26c3d5b203ae6c8082570a546d
Merkle Root 7dd31aeab09fd0435f5deeeff1f510e2e7469ac0997dfb020ba2223643e5ed34
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,734
Size: 1.00 vMB
Total Fees: 0.03290745 BTC
Feerates: 254.50 > 3.30 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,402 (545,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
369,868 369,868 0000000000000000034d00440126a42fec504f74e57b7867e71079daeea525f1 1,848 0.95/1.00 vMB 37
369,867 369,867 00000000000000000db8c1d19346c299ef07e919f7fa515e86e19c8f9892b750 1,336 1.00/1.00 vMB 38
369,866 369,866 00000000000000000ae24df8e5b19aaf9c35b427eb87e2880aaafaae0aceba4b 1,609 0.93/1.00 vMB 30
369,865 369,865 000000000000000013ecb87fa8bfde80717745e074f99e5c8b0bf8fe6272c600 2,211 0.93/1.00 vMB 44
369,864 369,864 00000000000000001385d80432d5e767a1b99d2c3616178057c1ec1cc3179baf 3,362 1.00/1.00 vMB 67
369,863 369,863 00000000000000000a6060e882e661d1c69dc06eba5086a28ad40200f060f0c8 3,088 1.00/1.00 vMB 61
369,862 369,862 0000000000000000143b733b506ff2d5b6a76df7c67e50713e07a6cea7ff8416 575 0.95/1.00 vMB 82
369,861 369,861 00000000000000000ffe9f6a4a1ead5c11a1d51d2906751014e3a3863ea74cef 299 0.93/1.00 vMB 95
369,860 369,860 000000000000000008e5ad1fd2e7cee3979f25f8c0be81be3753539a097314bb 1,316 0.95/1.00 vMB 23
369,859 369,859 00000000000000001055a7a303d393561aec725ed7c396d965701fbcb62b3dbd 1,251 0.75/1.00 vMB 38
369,858 369,858 000000000000000008725634521661c3f5f9250d7ad2bfa44e79eb8a973d3ceb 3,172 1.00/1.00 vMB 66
369,857 369,857 00000000000000001473153bbc0032968bcc8e7cb2000b85109e3568ffae3729 293 0.15/1.00 vMB 36
369,856 369,856 000000000000000006d1c2046ca0c27351fda580d32f218a2d86a5f2db553e74 1,080 0.55/1.00 vMB 39
369,855 369,855 0000000000000000081343c2b3f31052c3da6a86829d6a41fab80c407eb3c062 713 0.41/1.00 vMB 41
369,854 369,854 000000000000000001754e4d86931bfa36ca92f1323b56a2a80199d8fd2d118e 1,301 0.72/1.00 vMB 28
369,853 369,853 00000000000000000cb892017a622f9150490f87a22e1ff45496961f1c681d81 1,614 0.75/1.00 vMB 48
369,852 369,852 000000000000000008b69448e7383831f483df33c856b2979f4599044c2884e5 605 0.36/1.00 vMB 36
369,851 369,851 00000000000000000b207ba8c1340ecb82cbec4230915394c9c378e4281c0993 859 0.58/1.00 vMB 27
369,850 369,850 00000000000000000c13cc5e1128cae70c670f5818657469bccc4c87e1d6bd7f 1,684 0.95/1.00 vMB 46
369,849 369,849 00000000000000000f345b747633657302f989b410809f8954ff6ae0d9e2ddab 130 0.06/1.00 vMB 36
369,848 369,848 0000000000000000061b35875007be0c551cba7a42c4c7d97036ee525a008303 154 0.20/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 783.08 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: 724.12 GB
    • Received: 18.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.