Loading Tool

Explorer IconExplorer

Memory Pool

12,324 transactions
4.18 vMB
0.02188941 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 25.42/200 MB

Candidate Block

Mining Attempt 3bf97d30d0468d5b05a594fe3544bc16fc3b901b617da1f77974a2e5c3266235
Version 20000000
Previous Block 00000000000000000001b147e1eea34998af284185b690f42f4d08ff8920dd12
Merkle Root 97584e727d69ad00c1f554578df27019b5a24dfb2ca4a617aa024f68b793c004
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,008
Size: 1.00 vMB
Total Fees: 0.01664603 BTC
Median Feerate: 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,487 (566,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
346,862 346,862 00000000000000000c19a0586b6e52bd108386c02162ceaa16d002e7c8eb0cee 621 0.40 vMB 23
346,861 346,861 00000000000000000961817140eee057bbb1c119c4e081d7512bfc59d0e33382 1,578 0.89 vMB 26
346,860 346,860 000000000000000007fd64a7e4c31b7e29b120a495908db593eac86257621a09 1,120 0.75 vMB 18
346,859 346,859 000000000000000010b5b059a859f640090ae0ad15db6065d52deb45dd40462e 2,310 0.90 vMB 34
346,858 346,858 0000000000000000086be9fc9ae0fe4eecf2e5dcd2bd332a7ae54a13d98bb11b 740 0.49 vMB 18
346,857 346,857 000000000000000016bc6db819232b2fb5e0cae41689b537fcdf2f3adca2abb2 1,300 0.75 vMB 27
346,856 346,856 000000000000000001b7027ff1204614a202085e53b712b2342940bdeb8b96d4 1,024 0.59 vMB 25
346,855 346,855 000000000000000012f0bc112eeaf142f77c3e6aec3eac55d5be61bcf290b0f9 98 0.06 vMB 14
346,854 346,854 00000000000000000a6a6bf09c44bb0c75d60738504fd0c2552e97f4e32bdcc7 569 0.44 vMB 14
346,853 346,853 000000000000000014ed2fe65cba01ea3716dfe72f973002f6e9321543267bdd 1,331 1.00 vMB 18
346,852 346,852 00000000000000001140744922a715f914a9e204c2d9574b15a4d0d696461690 512 0.15 vMB 47
346,851 346,851 00000000000000000498024c6eb08a89a59344939c16acb5118d3f0e31ae85b2 1,976 0.75 vMB 34
346,850 346,850 000000000000000008f6c21087bf954cd42d46f210954c0ef4bc6b171f4880fb 440 0.33 vMB 14
346,849 346,849 00000000000000000076ef0e7fbbac8f1e967f68cfe218ce98ac2074b121ae17 128 0.04 vMB 34
346,848 346,848 0000000000000000084612849b41390de7cffe44ce2e4bd39ab181f2924208f6 937 0.63 vMB 24
346,847 346,847 00000000000000000c0ec089b47d956bf4b0bc858a9dba4844d2da9c3228b92b 1,413 0.75 vMB 28
346,846 346,846 00000000000000000c60533d43415b9faf5e08da583dbc7ede00b8273cf3c3ff 759 0.54 vMB 16
346,845 346,845 0000000000000000121d2627f37aefa58a540f21d4b1e5f5574c934c0aa1ef42 1,298 0.70 vMB 28
346,844 346,844 00000000000000000c56a802015af70a29f3bf7298f78cff55839c2ab0e8d3e8 354 0.35 vMB 11
346,843 346,843 0000000000000000075690e81ff4e1d3c4f658a609673edf71194dbaea650766 128 0.04 vMB 50
346,842 346,842 000000000000000008d47e7028651986f351161de1a6395342cb76e4524940df 849 0.59 vMB 19
Previous 10 blocks ↓
Total Size: 779.71 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: 354.30 GB
    • Received: 1.72 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.