Loading Tool

Explorer IconExplorer

Memory Pool

82,743 transactions
30.24 vMB
0.09849835 BTC
Random Selection Loading Transactions
Max Size: 183.41/200 MB

Candidate Block

Mining Attempt f50bff30963b4ba655c61b2d762cdbd4bd16953df28b043cc4f98d2c2963b519
Version 20000000
Previous Block 0000000000000000000170b6459c42e376b497e3e7853e6893087f6e06ae3df7
Merkle Root a699dbe5cb9567167e3b098036109c74ad87641cdc9a422b0bb4712a1f3bf2d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,596
Size: 1.00 vMB
Total Fees: 0.02619691 BTC
Feerates: 100.60 > 2.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,121 (405,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
510,068 510,068 0000000000000000004a84f5c0bec9cfe428bef6a464c7a2218b7502cfea817e 2,624 1.00/1.00 vMB 75
510,067 510,067 000000000000000000522e1bf8d332a8c1d5b6f8715f86d2f35e4b94ec8623df 2,615 1.00/1.00 vMB 140
510,066 510,066 0000000000000000005cabc1047747a12e81bcd18bdb7e8e41e6a4a1ed450244 1,127 0.48/1.00 vMB 74
510,065 510,065 000000000000000000422bacdd31049aa605119c30e779a0e95f9a46bd223b27 1,276 1.00/1.00 vMB 40
510,064 510,064 0000000000000000002c93f236b64d57148fae4c959f9a46338f305ce0b6aa15 1,897 1.00/1.00 vMB 35
510,063 510,063 0000000000000000002754a0e4d15176054b0e05b0541023c8de6ac612dbf240 2,429 1.00/1.00 vMB 55
510,062 510,062 000000000000000000043dd19da37f77807f37b5dc0a6a5cabf2363114dfca21 2,435 1.00/1.00 vMB 87
510,061 510,061 000000000000000000031a6f5b0d949d3bb56341705b769beaec4d49269e6095 1,218 0.55/1.00 vMB 71
510,060 510,060 000000000000000000546ac343f09ba4cdcdff49fd90859030b39a730dd5d91b 1,240 1.00/1.00 vMB 7
510,059 510,059 0000000000000000003e74b1ab42a63511a27ea6f9e98b822a3e2cfa15f3d950 2,032 1.00/1.00 vMB 68
510,058 510,058 0000000000000000000ed73a4edd951dc9f309bb702ceb7a59b640710825aa85 1,158 1.00/1.00 vMB 46
510,057 510,057 00000000000000000006274b4cc5a8be20a5b696a5d07e8e95e1eb7f7ec7decf 1,748 1.00/1.00 vMB 37
510,056 510,056 000000000000000000307071287347a0bc27483a6fd081027a0262f44d5e22ec 934 1.00/1.00 vMB 19
510,055 510,055 0000000000000000003c592afe2c89259021e41bc2b916bb0934ef5bb8f0d770 1,514 0.81/1.00 vMB 59
510,054 510,054 00000000000000000023520130d19042c0603ee6a63df1abcc49d1ff25d1cd86 1,803 1.00/1.00 vMB 17
510,053 510,053 00000000000000000009efb29fadcca8a79f1e24fa186fc464c4dd7bf79a19b8 2,522 1.00/1.00 vMB 87
510,052 510,052 0000000000000000005b2a65ed31b8adff7145b69905ae37f0ea2c78fa69b918 1,591 0.69/1.00 vMB 87
510,051 510,051 0000000000000000005501c8e3f0ad114561fd4d13fd22ed018543d57d6d6b6a 1,190 1.00/1.00 vMB 29
510,050 510,050 0000000000000000000fa38e04353f7b3a714d49a9eb4427c3e01d8df24b25dd 523 1.00/1.00 vMB 13
510,049 510,049 00000000000000000039bef9db8d46595925962bd54117d9880a8ac9908dd29e 737 1.00/1.00 vMB 18
510,048 510,048 00000000000000000000906ae43e5e20371147f0da793d2642508271c3124e16 358 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.60 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: 671.81 GB
    • Received: 16.02 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.