Loading Tool

Explorer IconExplorer

Memory Pool

50,362 transactions
29.88 vMB
0.11728144 BTC
Random Selection Loading Transactions
Max Size: 159.50/200 MB

Candidate Block

Mining Attempt f930dd3176bc007ac37b454ba31a3f6a96838e91fdf1e05fff3806deace51017
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root 2e053f53f4e624562c67e1e5ddad02d80dbb652a5aba17dfb6008a0068a46db4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,334
Size: 1.00 vMB
Total Fees: 0.05263318 BTC
Feerates: 301.60 > 5.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (152,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
762,679 762,679 000000000000000000047039c0cfe7b61edbedcfe063d214bdbde5729d1102ef 1,319 0.97/1.00 vMB 2
762,678 762,678 00000000000000000006a2af8a5315892f8794c77286d86fb378220e5f16ddc9 1,760 1.00/1.00 vMB 18
762,677 762,677 00000000000000000007525471d5c75a98636a093158567d7ec2db345d4b5d0b 1,689 1.00/1.00 vMB 21
762,676 762,676 0000000000000000000361c877d398db9f41a51e376659e1648cecf5cbdbd795 1,984 1.00/1.00 vMB 8
762,675 762,675 00000000000000000001d2d708d69e0fa46f9886b1efcd401910959858da68b1 3,002 1.00/1.00 vMB 27
762,674 762,674 000000000000000000045aa011725fab36d72b9c6f88f7b062ef7f6f6cf2dbfb 2,454 1.00/1.00 vMB 5
762,673 762,673 000000000000000000022e7f1637a4a52ad0a71ba3f91c3f9c95e45b16caec1b 2,444 1.00/1.00 vMB 21
762,672 762,672 00000000000000000002d84e11a68baf7f63301d0f8b44da50ae3a9f8c55f1cb 2,178 1.00/1.00 vMB 11
762,671 762,671 00000000000000000004adfa864c79c780efb29e12899faebb111da49f211e77 1,753 1.00/1.00 vMB 14
762,670 762,670 0000000000000000000118b7a5cde956a941e71fc35845a81a85a5ed9c0a2a70 2,008 1.00/1.00 vMB 19
762,669 762,669 00000000000000000001e094d82497d6769d1492d219c4c8d3e7058be395e1af 2,504 1.00/1.00 vMB 21
762,668 762,668 0000000000000000000767e79224b2e0308de1d1650fe07bbcef58fe68575c7a 2,371 1.00/1.00 vMB 25
762,667 762,667 00000000000000000006e5295839d44b3ff2b470bf3f40b818eec175a3304491 2,725 1.00/1.00 vMB 25
762,666 762,666 0000000000000000000315df82b1a96f363342bb5be3b7f58938dd22a24b079b 1,451 0.64/1.00 vMB 15
762,665 762,665 000000000000000000022af02c98c49f7de970dca673715dba1da926c56e3b61 930 0.86/1.00 vMB 9
762,664 762,664 000000000000000000039cdd9af35f13bb76e14090bbf4de0ec7d2e302a74ee7 938 0.73/1.00 vMB 12
762,663 762,663 00000000000000000000a20ec444674ccb267c7cefda1cc81f20fc9e6206150e 1,730 0.93/1.00 vMB 13
762,662 762,662 0000000000000000000685a7b0a0de21d1c4d537897f44d2c47150a00e39669f 1,703 1.00/1.00 vMB 10
762,661 762,661 0000000000000000000775ae7f16d69af632f3dfb77cea772737d71d53323665 1,292 1.00/1.00 vMB 5
762,660 762,660 00000000000000000003e42f85cb606571fea812eae765a64f81b881bd71ba51 2,540 1.00/1.00 vMB 22
762,659 762,659 0000000000000000000362412ac38672c0ba1fa512f5582c2c0cc8bf040f90d1 1,580 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.12 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: 652.13 GB
    • Received: 13.73 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.