Loading Tool

Explorer IconExplorer

Memory Pool

34,389 transactions
29.49 vMB
0.07833473 BTC
Random Selection Loading Transactions
Max Size: 142.86/200 MB

Candidate Block

Mining Attempt 954eebf345b3ecb1249b3af2364ffd163457f556c50c6673d81b03f3a7c3d2ca
Version 20000000
Previous Block 000000000000000000016a655abee59fb1fe04633919e8d234db6ab1188b5de7
Merkle Root 6f671c89aa9ca4065db2e1842e49875ad4da66d2ec0039cc8e14516d7ddeb454
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,388
Size: 1.00 vMB
Total Fees: 0.01422842 BTC
Feerates: 72.50 > 1.43 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,518 (444,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,784 469,784 0000000000000000010a0cf729f8b0fab181ca71ed2640a4649222d94afb7554 2,278 1.00/1.00 vMB 94
469,783 469,783 000000000000000000d675810c0d24d20bce63f7421abb2e0f9d48588fbc6378 2,451 1.00/1.00 vMB 131
469,782 469,782 00000000000000000033c012b43c59dc2a0d6f00d66e16200217f309356823e1 2,025 1.00/1.00 vMB 371
469,781 469,781 0000000000000000006870a54f869b66b66883b8af909b18717f9966a65f647c 2,043 0.99/1.00 vMB 111
469,780 469,780 00000000000000000171711e8888917c40afdc0cbb2fb3524df74d74357c8116 1,673 1.00/1.00 vMB 292
469,779 469,779 000000000000000000314d2963d3009251ec6959299a8ee32773358e90eedf2f 2,345 1.00/1.00 vMB 344
469,778 469,778 00000000000000000032c6bb982bda8fc2b154d29a500302da1ca9672fd340e3 2,275 1.00/1.00 vMB 315
469,777 469,777 0000000000000000002cf50755bc11430e8b7cf0e87ac0a455971a9b457c44ec 1,791 0.99/1.00 vMB 370
469,776 469,776 0000000000000000003cef6f874a2c8d04ef2fd756f47f01d16383026f837215 1,969 1.00/1.00 vMB 359
469,775 469,775 0000000000000000001463e93975fc8c18810ab4db27814251270243711bae0b 2,096 1.00/1.00 vMB 507
469,774 469,774 0000000000000000002e2aa717b7c7d580c1562e7cf3692c8c8f8943d53f8b6e 1,929 1.00/1.00 vMB 331
469,773 469,773 0000000000000000007301e477d90bdad728afb2b6c6d86340827b465346e8da 2,332 1.00/1.00 vMB 392
469,772 469,772 00000000000000000197e1aebe5607377369b61284a44e4a540d49f9fac73941 2,219 1.00/1.00 vMB 321
469,771 469,771 00000000000000000119a625a79c79f0b0f0f902bab578e0cfa9e5507aeec0ca 2,255 1.00/1.00 vMB 437
469,770 469,770 00000000000000000051f58d90ff80e167ce295fc515b8b5a929b5543b9ae8dd 1,701 1.00/1.00 vMB 425
469,769 469,769 000000000000000000c7a55e14a6a8b1c101501b66601c61540810b85664853d 2,422 1.00/1.00 vMB 503
469,768 469,768 00000000000000000063b4423ba6bc44415be294468a9b974e7a94790d70c090 946 1.00/1.00 vMB 542
469,767 469,767 0000000000000000008ece0e9db17d3f470c17b32e689f21579eaf12444f1f0a 1,883 0.99/1.00 vMB 354
469,766 469,766 000000000000000000130b2bd812c6a7ae9c02a74fc111806b1dd11e8975da45 2,145 0.99/1.00 vMB 409
469,765 469,765 00000000000000000116c2c4642dee7e5aa53d3ef9941124e16076c74d3602c1 958 1.00/1.00 vMB 91
469,764 469,764 000000000000000000137dd4ab4524826204662d1f2e21094babd97392407e75 2,078 1.00/1.00 vMB 311
Previous 10 blocks ↓
Total Size: 781.53 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: 613.82 GB
    • Received: 11.14 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.