Loading Tool

Explorer IconExplorer

Memory Pool

39,341 transactions
26.28 vMB
0.05874953 BTC
Random Selection Loading Transactions
Max Size: 136.43/200 MB

Candidate Block

Mining Attempt c4b89946bf288582c512921144bc61434c3a11ff56a1a375b47911abd636280a
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root c22a235bf15a604429bf362b04a695c3f4f8cb3917d66430f39f881e81eaf563
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,563
Size: 1.00 vMB
Total Fees: 0.01061879 BTC
Feerates: 50.62 > 1.06 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (604,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
310,000 310,000 0000000000000000125a28cc9e9209ddb75718f599a8039f6c9e7d9f1fb021e0 712 0.36/1.00 vMB 43
309,999 309,999 00000000000000000f47708e9ec56e4263d202241927d76ad162b8f41bd2c1cd 108 0.05/1.00 vMB 31
309,998 309,998 000000000000000032f135b056c286f93ff2d39a931c53bb48fd18a0cb741b8a 198 0.10/1.00 vMB 29
309,997 309,997 000000000000000029c88313b2377e75cf71651aeea2ba08775f3a30b7d3343c 658 0.38/1.00 vMB 29
309,996 309,996 000000000000000037836aa84ee35174750eaf535b92234b8063d56f06ad243d 351 0.24/1.00 vMB 28
309,995 309,995 00000000000000001078579998e103f959f16fd07089aef67f2bda00ee5c3d0d 949 0.58/1.00 vMB 37
309,994 309,994 00000000000000003cd00fd8e73eaa265d22378fe3f8bc891267b581fd14d583 66 0.04/1.00 vMB 28
309,993 309,993 000000000000000035711e07c46cf9cc008c56a5e1448732a4f50d54edf0d89d 159 0.07/1.00 vMB 29
309,992 309,992 0000000000000000017f5e7e9f196c43116a515175b92646eb62d5f40e973c65 777 0.39/1.00 vMB 32
309,991 309,991 00000000000000002def96f554c94829d52bc80f0c6705000e38169e619106e2 181 0.15/1.00 vMB 22
309,990 309,990 00000000000000001f4ab08b9cd255d45d05f5289128ec33601bc98ebd14ce91 753 0.55/1.00 vMB 25
309,989 309,989 00000000000000002706e954bd6195206ae7a035a29ba818763b610053fef1b4 617 0.47/1.00 vMB 22
309,988 309,988 0000000000000000348db73eb90be94eb1426d4feee4572466abef79fcec9fc3 766 0.25/1.00 vMB 56
309,987 309,987 0000000000000000408231590e710edafcd077a2cf70cc8b4bc38fd074315d09 989 0.53/1.00 vMB 31
309,986 309,986 0000000000000000366af4b7fd02a7ec865e041b22247b02f83ccf1db1cc5b69 1,018 0.50/1.00 vMB 32
309,985 309,985 00000000000000002267d12af001e0c39fa54d85666b20cc5d0a1c118ae847bf 700 0.32/1.00 vMB 33
309,984 309,984 00000000000000002776b540db1d6e9877a07abb2fb471f13514c5916b90128d 95 0.07/1.00 vMB 22
309,983 309,983 000000000000000005d901263f1d29774d716c6517414ec194249c7227720c00 256 0.11/1.00 vMB 42
309,982 309,982 00000000000000001a143ecb2663299985422f1f58708456efe11489c05bdad7 57 0.03/1.00 vMB 7
309,981 309,981 00000000000000001b116e669c891acc11389c1d970ef7945b1605edc08fa933 576 0.29/1.00 vMB 33
309,980 309,980 0000000000000000074b02fd22b89ea3974921a959a1e8cb07eb8a1f0a8dc3a1 483 0.34/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.22 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: 654.69 GB
    • Received: 14.16 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.