Loading Tool

Explorer IconExplorer

Memory Pool

81,113 transactions
30.08 vMB
0.09556174 BTC
Random Selection Loading Transactions
Max Size: 179.41/200 MB

Candidate Block

Mining Attempt cb72a877fa0bd28c0aa0374451e2c1b43fba3e8584edd40b2ed27231dc0fc09b
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 0c88323f7c6b1be64349234255a147419a6deb26bc2062f9113a8701a1a08889
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,655
Size: 1.00 vMB
Total Fees: 0.03201123 BTC
Feerates: 100.37 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (303,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
611,851 611,851 00000000000000000004e83317495e387aca6f589103529c2d3cea9bd28299d6 512 0.16/1.00 vMB 17
611,850 611,850 00000000000000000011c4355d1be0815fe0fe8f24beaf27a5dad57717c1efe8 3,323 1.00/1.00 vMB 13
611,849 611,849 000000000000000000131d99c4d01047c5c7ac2a21d0a4e890d5b40378f483c0 2,939 1.00/1.00 vMB 21
611,848 611,848 00000000000000000007b5fa208653f82a823fae3205017f1176b70bf10e7d1c 511 0.15/1.00 vMB 18
611,847 611,847 000000000000000000002c618369e8bbf1896b13c70d256e05464d61c2d5d820 221 0.10/1.00 vMB 12
611,846 611,846 0000000000000000000fb363be0eefff4d5fcf0de2034e16ce31c775a6afcefa 1,495 0.52/1.00 vMB 4
611,845 611,845 000000000000000000093e9debca1380b0b4da0d41a9bf16a5e7d326e76c4c1c 3,036 1.00/1.00 vMB 24
611,844 611,844 0000000000000000000d15f563b56b6c3fb965ca6c04891344f3c88c5a4581b5 252 0.08/1.00 vMB 25
611,843 611,843 0000000000000000000845b0812e7afa1d2d36ed9af388cd16cc59743e411adc 370 0.10/1.00 vMB 12
611,842 611,842 00000000000000000006e785f622869d5309f16298d2d579aab9d7dfcea02b4a 377 0.11/1.00 vMB 22
611,841 611,841 0000000000000000000f1099e1fb074c5b0d2cd17c4188920d4f77771bdd245e 2,059 0.85/1.00 vMB 27
611,840 611,840 0000000000000000000532d9d116fd83ee19ed794fca94fea61317f1f9c31486 1,261 0.68/1.00 vMB 2
611,839 611,839 0000000000000000000d099e79532d8420966efabe6e239fe564fa39b41ca407 2,344 1.00/1.00 vMB 6
611,838 611,838 0000000000000000001221f6df64cd83e7a9763c4e3a7ce428ffd0957143f690 1,930 1.00/1.00 vMB 10
611,837 611,837 000000000000000000144bfe3b5f9fba05ba59a5f89745a1ea0d18fdb1df3de1 1,927 1.00/1.00 vMB 15
611,836 611,836 00000000000000000010c9d8dba4363d4f7867143ae8bda923d719fc98c702cd 2,848 1.00/1.00 vMB 26
611,835 611,835 0000000000000000000a58fae828203574cf03069f78ee7e1b57fc0f845f270a 2,446 1.00/1.00 vMB 10
611,834 611,834 000000000000000000077b8edec342d11d31cdab7a78b725439eaea14ce38da2 2,150 1.00/1.00 vMB 15
611,833 611,833 00000000000000000003bc6fb8e8b6c7cbdf3b37bd19cc076ff91169eae74416 2,523 1.00/1.00 vMB 29
611,832 611,832 0000000000000000001099b2506403c54e5d81dc5eb8c7dcf1efdedb31d657dd 2,570 1.00/1.00 vMB 20
611,831 611,831 0000000000000000000bfa4a74775d7dfecd210cf691afe387da02148411d446 2,800 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.50 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: 668.42 GB
    • Received: 15.51 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.