Loading Tool

Explorer IconExplorer

Memory Pool

44,839 transactions
27.29 vMB
0.10144812 BTC
Random Selection Loading Transactions
Max Size: 142.63/200 MB

Candidate Block

Mining Attempt efc0b419dfb712ac13c67ff9abb2a50caf7634820eb50dde4786fc972c5b8d46
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 31d150e1d5d95a63a77f1ff7e5ea8f351a9d250cd1f1104d912928fa8cd15790
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,587
Size: 1.00 vMB
Total Fees: 0.04535984 BTC
Feerates: 151.01 > 4.55 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (281,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,722 633,722 00000000000000000011d0b18ab17e9b39a59c7d091f665aca2b4aadec9af08f 2,750 1.00/1.00 vMB 44
633,721 633,721 000000000000000000132369bd16c941b9065b5568ab696dd1266574362dba13 2,046 1.00/1.00 vMB 62
633,720 633,720 000000000000000000071620807d2acf59e36144d2ae813f378d96d9a0d92cbd 1,920 1.00/1.00 vMB 62
633,719 633,719 000000000000000000142f8ceb1ac1e6ae49c75a721d1401d146856ce78f74c8 1,501 1.00/1.00 vMB 65
633,718 633,718 0000000000000000000125ed4fe165acaa07f91b083883e40a52e904940047dd 2,165 1.00/1.00 vMB 18
633,717 633,717 0000000000000000001201e26188f20c78057eece52ae4f9334cc648a7398e12 1,823 1.00/1.00 vMB 27
633,716 633,716 00000000000000000006b3dec85a6b5ac99cdd960fb927f27f8b1fb98a3e7be9 3,045 1.00/1.00 vMB 52
633,715 633,715 00000000000000000005a262c4f9e08571a0c9f42d3592afda8b9f2992126118 2,439 1.00/1.00 vMB 43
633,714 633,714 0000000000000000000abecc1cb25679aa0186e04c54f3e7408cf1780f1d8cc3 1,796 1.00/1.00 vMB 66
633,713 633,713 000000000000000000124298160ff387bd825c5a9f2f6ffdef879d72e48aa7ea 1,940 1.00/1.00 vMB 35
633,712 633,712 000000000000000000125a2d3a47d41ab26aa192c9d5c87fa5ce7d288fa0dff1 3,135 1.00/1.00 vMB 56
633,711 633,711 00000000000000000012d2da2f603aa47ecdbb2b5a8a96f6c6c9d427189e1adc 1,557 1.00/1.00 vMB 42
633,710 633,710 00000000000000000000f304428cc49d835beab5c148c561589bfe032086eb7d 2,573 1.00/1.00 vMB 66
633,709 633,709 0000000000000000001465e81cc7b46d2a5fdfea11cd4676ab8189f40c275687 1,869 1.00/1.00 vMB 41
633,708 633,708 00000000000000000006b2d7bfb2093e7619078695c0f36fc9c2c874ee548848 626 0.23/1.00 vMB 6
633,707 633,707 000000000000000000025b2955e628da2afc313a9b15773c55196ca7d087b74d 2,306 1.00/1.00 vMB 25
633,706 633,706 000000000000000000133418bcb05afcf0d4124bdb7bbab5a1c7ebfe8c25a21a 2,538 1.00/1.00 vMB 15
633,705 633,705 00000000000000000010411de000db53ebbae6bbd8949d8827141fa7a6e9214e 2,365 1.00/1.00 vMB 34
633,704 633,704 0000000000000000001006cf6682cf4fb0a78485b23d593d6f47cfa1f38463b3 2,744 1.00/1.00 vMB 52
633,703 633,703 0000000000000000000028ac2143dc7b5a81ef7ed8fa9a0c1c0eea8bf06f6926 1,432 0.52/1.00 vMB 26
633,702 633,702 000000000000000000125a3f87b160338f2882b3db80f251df77a36a1edc9b70 2,169 0.70/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.17 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: 653.49 GB
    • Received: 13.90 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.