Loading Tool

Explorer IconExplorer

Memory Pool

27,876 transactions
28.78 vMB
0.06165776 BTC
Random Selection Loading Transactions
Max Size: 154.50/200 MB

Candidate Block

Mining Attempt f7ad1bd67417c92bb1b63df8e7b0467ed6fc30a79517b050126a18849fbf23f9
Version 20000000
Previous Block 000000000000000000005fef2e0c920100d2eefca5c5f5bd42ecbc7b529a08ad
Merkle Root 0710f6dc989e1eb36f14c4e8e78d62a512ed18941017643442fd398e9e190abe
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,350
Size: 1.00 vMB
Total Fees: 0.02939756 BTC
Feerates: 166.94 > 2.95 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,373 (150,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,974 788,974 000000000000000000047990bd5b5e491e75d0a15f25c763b05acab84f5900ac 3,953 1.00/1.00 vMB 336
788,973 788,973 00000000000000000003e5995cbf2bd02c29994f5fdb340c096b8af435c30d58 2,754 1.00/1.00 vMB 237
788,972 788,972 00000000000000000004a66a91c9d31c413d099028f2b98c631c62873c4be0d4 2,687 1.00/1.00 vMB 279
788,971 788,971 00000000000000000002be4ef79317988b367989ff73c71dccbc476174fe2e57 3,765 1.00/1.00 vMB 348
788,970 788,970 000000000000000000055aca9961109d45201d9ae6fe8b61c3f3540d84506069 4,234 1.00/1.00 vMB 286
788,969 788,969 00000000000000000001052520d4f04b18e8c91d6c62e7d88c5c0f8b185a1591 3,587 1.00/1.00 vMB 407
788,968 788,968 00000000000000000002487ae4a3e4b473e01fb6dcc03f84ae23b99d2d6ce939 3,985 1.00/1.00 vMB 331
788,967 788,967 000000000000000000000d7e32b366d6234526dee27eb236baea4700ef5abf51 3,830 1.00/1.00 vMB 420
788,966 788,966 00000000000000000003e959b1908b9bd01aeda4274dd03d3f349903fc92976d 4,284 1.00/1.00 vMB 378
788,965 788,965 0000000000000000000378fa3a98edf134f079ec2f396d14e70a36d59dfd67fa 4,093 1.00/1.00 vMB 429
788,964 788,964 00000000000000000000f44b743eedf2fa81243c9dfa819f826b2a8828d6fdc1 3,970 1.00/1.00 vMB 501
788,963 788,963 00000000000000000001e2304f987e98f26cdb649f9877c5722ed72ce2983a22 4,260 1.00/1.00 vMB 199
788,962 788,962 0000000000000000000213771ee6fe0d7002d703153167ecf25e7afae3c9d260 4,490 1.00/1.00 vMB 233
788,961 788,961 000000000000000000005f05d916159ec2f1fd4c8c0c2cadcfb96350d0297cba 3,516 1.00/1.00 vMB 257
788,960 788,960 0000000000000000000443cb3ed91698b7dccbe4025bb8e156d5ec194f50dfa8 3,829 1.00/1.00 vMB 461
788,959 788,959 00000000000000000001c2e07b595eb80e88e713c360165497ed19e71b72eaa0 3,570 1.00/1.00 vMB 337
788,958 788,958 00000000000000000004fe24bb96e15284f1dc86b5eee53f35058419a24b18f6 4,435 1.00/1.00 vMB 220
788,957 788,957 000000000000000000003bfda0a076e50e3a33eb539ef73987b24413378fb8a7 3,789 1.00/1.00 vMB 251
788,956 788,956 00000000000000000002c5216b99720fbd20a1120746ee29ac0744694c01dbac 3,625 1.00/1.00 vMB 241
788,955 788,955 000000000000000000045dd5cff2d2daf028e3dc4b96662ae650e7139d222d4b 3,221 1.00/1.00 vMB 316
788,954 788,954 00000000000000000002e137cd8fb0beab63d2886fa314c805cef82786c9b121 2,275 1.00/1.00 vMB 302
Previous 10 blocks ↓
Total Size: 825.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: 4,263.13 GB
    • Received: 234.32 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.