Loading Tool

Explorer IconExplorer

Memory Pool

41,195 transactions
26.62 vMB
0.05456431 BTC
Random Selection Loading Transactions
Max Size: 139.43/200 MB

Candidate Block

Mining Attempt 3cb3c0f0f03b9767a4e8476dbc3155ada33fd24143f463aa5d238e670067ffea
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 7017ed37051b29d2d685cf9e4f47f0ebf0374a7cdba48b55d8e527c33c994163
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,799
Size: 1.00 vMB
Total Fees: 0.00533402 BTC
Feerates: 103.41 > 0.53 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (116,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,875 798,875 00000000000000000003009e5d799da2b8d865811db739a4d34fcc9d66c1711b 5,960 1.00/1.00 vMB 6
798,874 798,874 000000000000000000034cee5684b95ed2fda0bb45896191d6639f90d5f9ebd3 3,591 1.00/1.00 vMB 6
798,873 798,873 00000000000000000001485c8904494d8b3895591600c9ec610afca6bb740670 5,312 1.00/1.00 vMB 7
798,872 798,872 0000000000000000000437c16b8426ada5762a86785d686b246cca4b1b5f28eb 4,546 1.00/1.00 vMB 7
798,871 798,871 0000000000000000000416dc7993f8f20eeb7c05c20101de44567494e23ca78c 4,063 1.00/1.00 vMB 9
798,870 798,870 00000000000000000000b51f2123075dbb6660528f8e93f229b9aa719dca0dc7 2,393 1.00/1.00 vMB 13
798,869 798,869 00000000000000000000046fc5394194c53ac6e6fe731c5e6870d56e6e5cb85e 2,594 1.00/1.00 vMB 6
798,868 798,868 000000000000000000027e025d3c5d489efa4bf0a7431703bf2d5da1d8de535a 2,417 1.00/1.00 vMB 13
798,867 798,867 00000000000000000001f363a3e766cb0bca2b5aaa2a12ab0a3db869ac62dffd 3,027 1.00/1.00 vMB 13
798,866 798,866 000000000000000000017b46878b0d601f1555e80937c7a7de3cfe2539330973 4,688 1.00/1.00 vMB 7
798,865 798,865 00000000000000000001ec483bfde37898ccb5c871bbed6c2defd742581935e8 3,030 1.00/1.00 vMB 15
798,864 798,864 00000000000000000000d64ea7bc0ceb182736c126d8d4b68a5d1f0792035c53 6,215 1.00/1.00 vMB 6
798,863 798,863 000000000000000000008fb35be564867eac576f7c5f82c33dbd3b1b6c0fd1a2 5,819 1.00/1.00 vMB 6
798,862 798,862 000000000000000000033df66b202810a59536fa95cafb5764f75afc19743bb7 3,853 1.00/1.00 vMB 8
798,861 798,861 000000000000000000019a2f1bbc3ec8f9ed6f9a91874eca8455becffcee09dc 2,184 1.00/1.00 vMB 12
798,860 798,860 00000000000000000003a4c74f3d13b93cbdb272d376e0b97c598bbe2d6164a2 2,272 1.00/1.00 vMB 11
798,859 798,859 000000000000000000009e75132ea9d4d03884e5a85afeb8316573021459363a 4,989 1.00/1.00 vMB 8
798,858 798,858 00000000000000000002d137bac72c9705cac8ca73b39c0c98f17d00d870b35a 2,099 1.00/1.00 vMB 16
798,857 798,857 000000000000000000038dd83394bff50da3b7689b22968a860c0954cfcecf5a 4,810 1.00/1.00 vMB 10
798,856 798,856 00000000000000000000cceac0b65643262f8ce41eb8ca75077a9d21eb720630 2,319 1.00/1.00 vMB 8
798,855 798,855 00000000000000000002793460344832b336a89fec60ec128f9de3b6fc3b4872 5,839 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.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.