Loading Tool

Explorer IconExplorer

Memory Pool

74,638 transactions
27.59 vMB
0.07306106 BTC
Random Selection Loading Transactions
Max Size: 168.15/200 MB

Candidate Block

Mining Attempt 54185c9e4a5d102fc7fdf9299d5e2947224fbbf36be383544eb8083d1c6c680d
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root ba95efe8e5df5a2a7f13b3c0459077a31446c84a71ae1fdaedc4e8380fbaa3ae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,327
Size: 1.00 vMB
Total Fees: 0.01409676 BTC
Feerates: 150.80 > 1.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (231,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,005 684,005 0000000000000000000594bbf9cde5725b99d4f018c5fdfbe1a40abf0d3d3df8 2,572 1.00/1.00 vMB 63
684,004 684,004 0000000000000000000755608d9622715f78eed593f5654c2bee09662b5d049f 2,804 1.00/1.00 vMB 63
684,003 684,003 000000000000000000074d17027bb49bc0eafd8d170463d3cd6230de6723317e 2,475 1.00/1.00 vMB 68
684,002 684,002 00000000000000000009da508f64b3e15f5dc524f586e0b889dc226d9e9c1588 2,914 1.00/1.00 vMB 68
684,001 684,001 00000000000000000003c1c631a107065c90aa2f2cddfb42b01ad76140dad700 1,149 1.00/1.00 vMB 63
684,000 684,000 00000000000000000004979f9901a762cf2accab2e70b7367f0ba6d000f7ad65 1,819 1.00/1.00 vMB 68
683,999 683,999 00000000000000000004c705f7b40129aa74ac5f62542b7aa1302d7c29f86afa 2,013 1.00/1.00 vMB 60
683,998 683,998 00000000000000000006a6778edc21331fe6afa59ada63eac4a03a69d76f03ec 2,647 1.00/1.00 vMB 77
683,997 683,997 000000000000000000083846e1417b729acea067f427d5907e9f59f55a3c64ff 2,480 1.00/1.00 vMB 62
683,996 683,996 0000000000000000000190957ad5d62499ef8c8da853a0f6ce6b4e0ba77ea06b 621 1.00/1.00 vMB 62
683,995 683,995 000000000000000000007fae85e6dac06817f0b1666a4349bc19181fc9fb1987 1,254 1.00/1.00 vMB 64
683,994 683,994 00000000000000000003621aa423f92fc14e32769d3a5f99ed52f13f28edc12a 2,574 1.00/1.00 vMB 67
683,993 683,993 00000000000000000001e5ef38f09ef693c41ba77169fbdcdd16a8ddb3ae6904 2,990 1.00/1.00 vMB 81
683,992 683,992 00000000000000000003262c51e7bcc7172961622d09c8ed3b8223ba4762d6b7 2,721 1.00/1.00 vMB 74
683,991 683,991 00000000000000000004a802f9414cd6716bc1a71b450328ee0941a895f311bf 2,771 1.00/1.00 vMB 110
683,990 683,990 00000000000000000008601e3edbaf73d38cfe624c467ea969991b0abb66ea00 2,389 1.00/1.00 vMB 68
683,989 683,989 000000000000000000048c9a6f8dbba2278d938ff5bc07c9cd1b7696bd1073a8 2,214 1.00/1.00 vMB 65
683,988 683,988 000000000000000000038ab1e3ba04ab31934246dcce01978595a53eea0e5808 1,551 1.00/1.00 vMB 60
683,987 683,987 000000000000000000098e6bb9e2b0da7a0b4f5650aa71cc312cfa230949bf81 2,908 1.00/1.00 vMB 84
683,986 683,986 000000000000000000098b074f96a932c2e70e32a8b3b6a5cb097b257f91c013 1,290 1.00/1.00 vMB 61
683,985 683,985 000000000000000000034f0599b2a21fd78159e982c1172f3add98588d9db509 3,069 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.85 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: 712.60 GB
    • Received: 17.20 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.