Loading Tool

Explorer IconExplorer

Memory Pool

81,824 transactions
30.46 vMB
0.07906926 BTC
Random Selection Loading Transactions
Max Size: 186.75/200 MB

Candidate Block

Mining Attempt 7a3527b06f1821856d1a19f99857f62cc768fa6d0a4416b3207f20cb28e01dc2
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 9b7da4cbddf3b036d9e82d66904f04aeb63b99a9caac4692ddc8599b5b1e6f3c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,311
Size: 1.00 vMB
Total Fees: 0.01120959 BTC
Feerates: 150.77 > 1.12 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (545,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
369,425 369,425 00000000000000000f2da730d2a9d5d820d97cfc2bc9ee6227dd12b37011993a 1,541 0.99/1.00 vMB 35
369,424 369,424 000000000000000004d37cc0d4dc144a16621ec1803fed3d716aa22b1534391a 1,266 0.64/1.00 vMB 48
369,423 369,423 0000000000000000130d805a7d59d6812639dbea630f563c7cac94d1df95015d 306 0.13/1.00 vMB 97
369,422 369,422 0000000000000000111ae838e8ae6e18031067143d505b1169c27a3b27a2f10d 1 0.00/1.00 vMB 0
369,421 369,421 00000000000000000e2396b020cf803b446c5213c01423b2425b32a6812670dc 370 0.23/1.00 vMB 38
369,420 369,420 000000000000000004dfbbfd99aa400134e9d1264d6694ca9fc7ea7fe3d695d0 330 0.38/1.00 vMB 17
369,419 369,419 000000000000000010f77e48646e14a89f8b50b5dbd730578650f44bbe6d90e1 1,043 0.67/1.00 vMB 35
369,418 369,418 000000000000000000a710b75c8351ac525c2c6666058228977f5eb0f858f886 195 0.22/1.00 vMB 18
369,417 369,417 00000000000000001304f9db96f7606c41abfbfc545ec60e054cbdf40a84febe 1,873 1.00/1.00 vMB 40
369,416 369,416 00000000000000000174647d4a31e8ffdcb7d3f18c48cd19cc411de87c0baf95 881 0.49/1.00 vMB 42
369,415 369,415 000000000000000007ab7274e806cebf1f22f4e629cb5ef3fc172e89aeb18073 612 0.47/1.00 vMB 23
369,414 369,414 00000000000000000ab55b01530e956a4ad99d6bc68ac5d99d04cf4eb6a66dbb 1,713 0.89/1.00 vMB 48
369,413 369,413 0000000000000000024f20be7f29c21f14bae542f19b123a7ad668384b909178 323 0.16/1.00 vMB 33
369,412 369,412 00000000000000000f312eb6ef273f63d6b24370242a0cb2bfa9c5508b1c23a5 813 0.41/1.00 vMB 44
369,411 369,411 0000000000000000099a96fdda34ff21dac2b43dc13939bd57260ff253dd9c23 489 0.28/1.00 vMB 37
369,410 369,410 000000000000000012456f6adb26547894957865202c514547f6ba22b6a55f52 1,597 0.95/1.00 vMB 44
369,409 369,409 00000000000000000360cc50b55c56d5d5a40ca1fe03de0f4e01ab5142d3e7ca 929 0.54/1.00 vMB 39
369,408 369,408 00000000000000000ef8b09f05f25ae95a87f036279da19a79575754223380f9 1,685 0.84/1.00 vMB 40
369,407 369,407 00000000000000000c4d9b4afffc3f7cc6829db08db75f6851aa29d40c91ad4d 891 0.50/1.00 vMB 40
369,406 369,406 000000000000000010749ea6f45cfbb6b74ab7dff2fb706c12ba3a80726f553a 55 0.02/1.00 vMB 31
369,405 369,405 000000000000000010a92681ae1f6b3d55a693b10dc77e026749423229a20174 520 0.30/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.96 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 715.35 GB
    • Received: 17.72 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.