Loading Tool

Explorer IconExplorer

Memory Pool

80,285 transactions
29.86 vMB
0.11770319 BTC
Random Selection Loading Transactions
Max Size: 179.78/200 MB

Candidate Block

Mining Attempt 908b151c29f0125d89ab8bb8417d18f335a2bfb5f1bbc036b1b07c4b8c67935c
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root e84af74138c061d4f7c6a438c4030e1df5ed2658eea1a17c07c49911b6856ac2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,594
Size: 1.00 vMB
Total Fees: 0.04867401 BTC
Feerates: 169.80 > 4.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (552,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
362,317 362,317 0000000000000000083ed1c439d65f5d166e4e8f68826e0b0c9dff7920342df1 1,098 0.63/1.00 vMB 26
362,316 362,316 00000000000000000c01b2cdb7315385739bc31d87dbc6f05208a1004e71e2ba 279 0.18/1.00 vMB 22
362,315 362,315 00000000000000001388038d873190a49a34674de58b9130c632178e802f2402 1,003 0.55/1.00 vMB 26
362,314 362,314 00000000000000000c9bf9bafbd3023e9a64e1b9babc39d1e5a7e053b8446b06 272 0.20/1.00 vMB 12
362,313 362,313 000000000000000000f13d683be3a2ff0a035662737c1240fc6fea18e30bdfd2 1,633 0.75/1.00 vMB 33
362,312 362,312 00000000000000001092c1c1c9ed2ccdfdfc234a2e076e1cf1c839de8928d144 360 0.22/1.00 vMB 22
362,311 362,311 0000000000000000008edfccbc3b0b02b85f3f4a6cc9fab3de17160a77179fa1 641 0.35/1.00 vMB 27
362,310 362,310 0000000000000000046258a5042624bf88925a7231a6fc5f842e4b2c2ead91c7 1,316 0.65/1.00 vMB 27
362,309 362,309 0000000000000000119d751363deda803f5f4dc37fbde8088a0520b6504fcf1c 864 0.54/1.00 vMB 29
362,308 362,308 000000000000000010e5db3526374c995de32b6fdbfa7a3752c6e0fc815e8066 467 0.28/1.00 vMB 22
362,307 362,307 0000000000000000002ed0ebdea6ebc5400cf5d3287e65b11b5ffa2c13fb761f 294 0.14/1.00 vMB 29
362,306 362,306 000000000000000011101b4cd3634ea73dfea051040fbe3d0039f8aad5d886c9 186 0.21/1.00 vMB 12
362,305 362,305 000000000000000006f7a4155d9c41a88fb473a88abcba7896d760f3019b2023 507 0.34/1.00 vMB 22
362,304 362,304 00000000000000000ec9f5117933b3889664ba45db209f837b107a5ba5a2282e 240 0.10/1.00 vMB 30
362,303 362,303 00000000000000000023293e588f525de4091a5a597e911711e0440f7cac0167 37 0.01/1.00 vMB 28
362,302 362,302 000000000000000001e802713113ddf58a712134b65cf33955722716fc342256 491 0.30/1.00 vMB 24
362,301 362,301 0000000000000000147847961cf959eac1f3fd205f4eab250526b0ede4ad36b5 670 0.28/1.00 vMB 30
362,300 362,300 0000000000000000150a96b5bd472a72bf4d16282c1a9df3f8db7437df1e302a 966 0.59/1.00 vMB 24
362,299 362,299 00000000000000001442172c9d28e29dcfbb4f6ec8ef63b747f76bbaeda406c0 130 0.05/1.00 vMB 40
362,298 362,298 000000000000000003125893d29b6f1030d656c463d909942e0ad7f5bebfecd6 207 0.13/1.00 vMB 25
362,297 362,297 00000000000000000d4e3cb345d5d06aa01d7d4a8f4a7355ee11e4e3df9db15d 136 0.16/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.