Loading Tool

Explorer IconExplorer

Memory Pool

44,454 transactions
27.34 vMB
0.09355992 BTC
Random Selection Loading Transactions
Max Size: 144.40/200 MB

Candidate Block

Mining Attempt 6de063628425c129cb06553d5cad070c22e6d715d978ab5b3fdfb75e11ba2b95
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 9ea706349e6e72f210248ca82f6311f3b4eebac3ea3f8793c191e15006f3e3f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,886
Size: 1.00 vMB
Total Fees: 0.04243184 BTC
Feerates: 101.65 > 4.25 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (557,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
357,044 357,044 00000000000000000efecf3e4b8905319420130e6cae87c7fd62d11e18b53a12 1,957 1.00/1.00 vMB 26
357,043 357,043 000000000000000011c5fcb3eabc7dfee0915e3f8b624092543ab29925e5d110 1,493 0.75/1.00 vMB 27
357,042 357,042 00000000000000000d430dec2d240411ef79df9b5c388a9599a405b04a39eaa2 1,748 0.75/1.00 vMB 44
357,041 357,041 00000000000000001094a4c0b6f0fb24224540546f098b38d7d0dec52d437746 256 0.12/1.00 vMB 29
357,040 357,040 000000000000000015b71d760877755b6965ab66a19a768ecb89dc3a6d310145 1,434 0.86/1.00 vMB 31
357,039 357,039 00000000000000001567d0c885bd6197c87a334fb4585b12c2c4135ab691bfb5 62 0.04/1.00 vMB 53
357,038 357,038 00000000000000000d994f1b027c44f65bbee22e4289da2ad62619a70a80c7da 314 0.15/1.00 vMB 29
357,037 357,037 000000000000000012dcedc4af096f1c6459c91d83ad75a1901f1a0c52388e7b 427 0.24/1.00 vMB 66
357,036 357,036 00000000000000000ab4986b269141402bc03549c58a9b6d813c62ead5f0f5e5 241 0.13/1.00 vMB 36
357,035 357,035 000000000000000014627fab964b227a4e6dd5780010e0c10bf10256c2aaa66c 137 0.07/1.00 vMB 47
357,034 357,034 000000000000000001bde5b72f89d529ec2dbddf5f1e6ef196e857487a0219b8 699 0.33/1.00 vMB 39
357,033 357,033 000000000000000014ceedf584e4c67811e380153b1d2728fd0ed347f11af489 758 0.48/1.00 vMB 24
357,032 357,032 00000000000000000a165f586e4f974faa9f8632863a49934c1bbc0799cdd4b6 1,656 0.75/1.00 vMB 35
357,031 357,031 000000000000000002b099bb5301cedd77efa22a8c5ad9af113ae8dca4434e7b 425 0.17/1.00 vMB 34
357,030 357,030 0000000000000000095282e2ed1a324363ad9fd252ca6c1febd9440d8c09be49 449 0.26/1.00 vMB 24
357,029 357,029 0000000000000000034c277c70157dfe72c3e4e398a1ddd1a59caa7aaa259de9 604 0.35/1.00 vMB 26
357,028 357,028 000000000000000001dcf05e368874cd544b63221b1a1b9cc0b92cdeadd2d9cb 330 0.25/1.00 vMB 22
357,027 357,027 00000000000000000143a1b984e526a8b384de65d2d482b8e6e4b85605ee91d7 212 0.11/1.00 vMB 23
357,026 357,026 000000000000000007c36b1e8e2caf09ac5d571cb9396ab46159aa180c2fdbd7 754 0.72/1.00 vMB 23
357,025 357,025 00000000000000000fe4b31e74f7e778ab9f5ab58bb1bd62b2d17c91fa465483 1 0.00/1.00 vMB 0
357,024 357,024 000000000000000004dcd64dbfad546889da21d1b8016ac5de3abe4e3dc46557 635 0.53/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.