Loading Tool

Explorer IconExplorer

Memory Pool

84,427 transactions
31.67 vMB
0.10681475 BTC
Random Selection Loading Transactions
Max Size: 194.14/200 MB

Candidate Block

Mining Attempt 41d627a866c359596cd098961120a8b51b6642f0a27c8ac2ece0f018122f8737
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 4ff71625db4a8860c173aa3ab9419f0a8b3c9d55df36c1aca8d59b5c316f7219
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,101
Size: 1.00 vMB
Total Fees: 0.03246966 BTC
Feerates: 504.27 > 3.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (239,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
675,652 675,652 0000000000000000000a043b8a2c48ec651b75b36264293217c4d61837cb2920 2,592 1.00/1.00 vMB 38
675,651 675,651 00000000000000000006667597398a793943d556f60ad06477f66d64c407ffaa 2,216 1.00/1.00 vMB 72
675,650 675,650 00000000000000000008597a4a6643f85db71bb5f253d98e7eac67649fdba498 2,508 1.00/1.00 vMB 57
675,649 675,649 0000000000000000000250d1b0aedec8119ce1bc0f56966188e8a9feb02e9df4 2,503 1.00/1.00 vMB 26
675,648 675,648 000000000000000000003818680528213e94a5245163034f65454896d7725103 2,754 1.00/1.00 vMB 88
675,647 675,647 000000000000000000006d69883717b97c2e3a702bbec10429ecc472e613a818 2,860 1.00/1.00 vMB 114
675,646 675,646 000000000000000000094d267372d4d64e9e1c53f0daf856cf0cb78957ac8408 641 1.00/1.00 vMB 18
675,645 675,645 000000000000000000002cf040b48e4a4709fb1456f9a9ebba89eadf4d646372 2,243 1.00/1.00 vMB 21
675,644 675,644 00000000000000000006a7854d9e8ce6fed7c6d100fd9ee028b105a07cb98eec 1,511 1.00/1.00 vMB 23
675,643 675,643 000000000000000000031c1bd009c3f8ce6755a10354022abed2bbd52571359a 1,124 1.00/1.00 vMB 80
675,642 675,642 00000000000000000009b68385eaeaf261440a801eb969b6cf4919aecafc40e6 1,498 1.00/1.00 vMB 105
675,641 675,641 000000000000000000053b94f446af575995b7a7d26f85f4fe1def2266985e73 86 1.00/1.00 vMB 7
675,640 675,640 00000000000000000007f8371aa6688a296bd020b7b4d300abd7801b15d2aad1 1,587 1.00/1.00 vMB 33
675,639 675,639 00000000000000000004dd0a9590124086b3b9041700ed0ddba54ef07e8b1b2e 1,041 1.00/1.00 vMB 26
675,638 675,638 000000000000000000019f0b034c6675536f15963dbf0cd4e1336a18138d79d7 1,608 1.00/1.00 vMB 29
675,637 675,637 0000000000000000000b296f6babf12d3cd2b3a0d8310952c94625cd24d1ad83 1,686 1.00/1.00 vMB 31
675,636 675,636 0000000000000000000a3744db7a5bf9da37f71b4db06393b10e6d7327ecee48 2,539 1.00/1.00 vMB 48
675,635 675,635 000000000000000000099338d0c904bc28ef4ac27a2c5f825c4216b5fb8af1e6 2,026 1.00/1.00 vMB 39
675,634 675,634 00000000000000000007d2f496ebb8d0ac75a56eac64f3d61605f57545c424d2 1,022 1.00/1.00 vMB 28
675,633 675,633 0000000000000000000a53a3f0e60c2de8f32e943df5f6f888f3a36b78b825c4 1,385 1.00/1.00 vMB 29
675,632 675,632 000000000000000000017815a0ad4cd342922340e55a8e7c81611e23c53ad6ef 604 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.77 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: 709.30 GB
    • Received: 16.87 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.