Loading Tool

Explorer IconExplorer

Memory Pool

80,043 transactions
29.39 vMB
0.11581217 BTC
Random Selection Loading Transactions
Max Size: 178.32/200 MB

Candidate Block

Mining Attempt 16342f4dd09d0579f5ba561c6120e149ac1d9a94e904c66d0f8cc6ec6eb9ae90
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root f4796d27c0b4fd9248652b50776e135e6f338617efe609f2b4c93da53c53b3ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,003
Size: 1.00 vMB
Total Fees: 0.05295226 BTC
Feerates: 151.07 > 5.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (244,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,531 670,531 000000000000000000077c7383806a797cac7f19cded87fbf1630138d7a8398a 1,843 1.00/1.00 vMB 70
670,530 670,530 0000000000000000000a0f88a71301b1283d0ffc62bfd19daa69bc1488a3b8a6 1,671 1.00/1.00 vMB 31
670,529 670,529 00000000000000000008e315daac10dc8ebdf7db8a3f2db80bdc109b6a588195 1,908 1.00/1.00 vMB 35
670,528 670,528 00000000000000000007d15ddfc0420250a060478080f1fbf0c5a3d0ea83db33 1,700 1.00/1.00 vMB 52
670,527 670,527 0000000000000000000919d52bc4a76c30439a784a9c4b2a5c2ab43f848c9d48 1,411 1.00/1.00 vMB 52
670,526 670,526 0000000000000000000acf803f32d86dfba8982ed8725389bfd2c6327dfdb261 1,663 1.00/1.00 vMB 21
670,525 670,525 0000000000000000000b8d7b0ccf295391595b3170467adcb5434899f86bb94c 1,770 1.00/1.00 vMB 46
670,524 670,524 0000000000000000000245f51e2153b46794dc73049831fa417bb0365ecda8f1 1,949 1.00/1.00 vMB 89
670,523 670,523 00000000000000000006d0dfa3bcadce9d77ec582347083da19a61a2bca22636 1,731 1.00/1.00 vMB 16
670,522 670,522 0000000000000000000997cf60cb03a5f4f7018dd49f37490770f43cc04d2577 2,507 1.00/1.00 vMB 13
670,521 670,521 00000000000000000006a849de4db774f85e1995feb543888e2e8d3377d9cb03 1,854 1.00/1.00 vMB 65
670,520 670,520 000000000000000000052be69908ac9d97076c44f1eed88b67e4a8412e50e2ce 1,512 1.00/1.00 vMB 19
670,519 670,519 00000000000000000004f0cb9a795ea14e0e0a8d4915c9255739b0a9cc5d5ba2 1,002 1.00/1.00 vMB 84
670,518 670,518 000000000000000000052fbe6fcd76343fc4a82117e5e66556008c516536decf 1,796 1.00/1.00 vMB 22
670,517 670,517 000000000000000000039c4ebd5567e231058e08b4649de1f71ccce8876a3a14 1,615 1.00/1.00 vMB 23
670,516 670,516 00000000000000000003d92bc4563a868ad8279ddb9b0a5f3ed3187cfeb18b48 1,895 1.00/1.00 vMB 57
670,515 670,515 000000000000000000041621953db47d2fdeb4c4b6d0ec550cb116769abff394 1,717 1.00/1.00 vMB 16
670,514 670,514 0000000000000000000407850b04a7dd3c359d2711468f67926892d16f2c41d9 2,444 1.00/1.00 vMB 83
670,513 670,513 0000000000000000000ccb336d03f6d6547dbdce1482c2f9b84a0726d0b8aa8d 1,159 1.00/1.00 vMB 33
670,512 670,512 000000000000000000019eb8f17ebcbb2d1c9660487ff27852c04e4fca6ac844 2,166 1.00/1.00 vMB 82
670,511 670,511 000000000000000000030c5f63da70e692176ef84df663ba190952ee9fc67fde 1,290 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.59 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.63 GB
    • Received: 15.97 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.