Loading Tool

Explorer IconExplorer

Memory Pool

78,810 transactions
29.83 vMB
0.07546703 BTC
Random Selection Loading Transactions
Max Size: 182.32/200 MB

Candidate Block

Mining Attempt 36cee3a1a2b2e33f32acec59125e2f8d55fcc7c15fbdb7dec106711fda91ce65
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root cb90c918ea03731089d9a91b78d5019305a2645986e88c089b4bc359f3e0e3ee
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,197
Size: 1.00 vMB
Total Fees: 0.00940030 BTC
Feerates: 200.89 > 0.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (81,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
834,054 834,054 00000000000000000000f8f8d2e7f62a0bd11632663a0abadeaaac7b87d27b80 3,171 1.00/1.00 vMB 22
834,053 834,053 000000000000000000015432a9809f13d612d8e7a4397cae53a0330b327e3f78 1,344 1.00/1.00 vMB 15
834,052 834,052 00000000000000000003802e1a71d6de6d68f2a16900ad054ee15506e2693c74 2,347 1.00/1.00 vMB 19
834,051 834,051 000000000000000000002c06c3d6c7117900b4324cf2ec4a2f3c1067528221ac 2,543 1.00/1.00 vMB 19
834,050 834,050 000000000000000000023a9cbe91a6ff3a4a242b7647b8fb5f30a69ab46d5bb9 3,022 1.00/1.00 vMB 30
834,049 834,049 00000000000000000002cc83ad55d274333ccaa9bf9b3f31f5b031b3ebb5c978 2,892 1.00/1.00 vMB 19
834,048 834,048 000000000000000000019eac9dd50fbb75377f8d1bd416272b9e4bd85d2a9cbb 2,352 1.00/1.00 vMB 20
834,047 834,047 00000000000000000000e951ed73f071665b304ea80eac21cc104a8b35bc0a32 1,589 1.00/1.00 vMB 16
834,046 834,046 0000000000000000000073ccb5f26627eeb7dcee0404f590c8445b530b738841 2,257 1.00/1.00 vMB 16
834,045 834,045 00000000000000000000be92aae9a6786b2c4ead27b3d6b4ef8f151c7835924c 1,511 1.00/1.00 vMB 15
834,044 834,044 00000000000000000001887705355be91e1c424a17dc0d6314215734fcc85ead 2,600 1.00/1.00 vMB 24
834,043 834,043 000000000000000000003ed07d980c650a8c736be033157efb50b4631863ff3c 2,965 1.00/1.00 vMB 34
834,042 834,042 00000000000000000002072fec9bac3409ed6041a93605037be3bbf6cb4e17e5 3,018 1.00/1.00 vMB 26
834,041 834,041 000000000000000000023adb5b019f6dfa8a9da4c2afe1bb642db341e6cc8b4d 2,384 1.00/1.00 vMB 21
834,040 834,040 000000000000000000018305d19ae3214a814f0878b322c282e160146b5f4166 2,917 1.00/1.00 vMB 25
834,039 834,039 000000000000000000001883ef8f5f86c6272640a1b617c487fb537bdfded540 1,929 1.00/1.00 vMB 20
834,038 834,038 00000000000000000003082c8f4e15874fca1ef95201c194ced31aa0dcf7bf25 1,592 1.00/1.00 vMB 21
834,037 834,037 0000000000000000000178c2e6dbedc018e128c3af6c233ff485308a417e5243 2,194 1.00/1.00 vMB 23
834,036 834,036 00000000000000000001b0fa52e471b25b685eb41286dae0c738fabc8dcca755 3,102 1.00/1.00 vMB 23
834,035 834,035 00000000000000000000077bd9c1ec6671a98a1c3863344399c07adcdf056c3e 3,305 1.00/1.00 vMB 32
834,034 834,034 00000000000000000000080a2e45f7a9e53427b930b7a9a3fd252ff5c8e22cd4 3,320 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 783.05 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: 720.58 GB
    • Received: 18.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.