Loading Tool

Explorer IconExplorer

Memory Pool

43,051 transactions
27.98 vMB
0.06303532 BTC
Random Selection Loading Transactions
Max Size: 147.52/200 MB

Candidate Block

Mining Attempt d651c7dd8f5e24673172d451a5d2343dddbba39b10a37f3f1062ee67d73344cf
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root dfde4464f3a2d2c293c85d323262aa5f85633a4f2af259a76358217fb7629246
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,117
Size: 1.00 vMB
Total Fees: 0.01035717 BTC
Feerates: 106.37 > 1.04 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (867,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
46,867 46,867 00000000010c7610bdd82e5a9bc3ebabc686505dc8b6a561d5f4635fcc3b9fb5 1 0.00/1.00 vMB 0
46,866 46,866 000000002054ad633609624e97222e0327ad5e1d13dc3bf028e39ccbc940cf75 2 0.00/1.00 vMB 0
46,865 46,865 0000000010e3e4d7f283ec827f84f8254da665a5943805805594d885a5be6918 1 0.00/1.00 vMB 0
46,864 46,864 000000000f3803b718fbce3c33fe3de986b0d4ac5a5d6c2fb760adbc2a2c0c84 1 0.00/1.00 vMB 0
46,863 46,863 0000000037d8557c7dfc1e69f4db822898bc24b5b9aa4a622241de3aa295f89a 3 0.00/1.00 vMB 0
46,862 46,862 0000000033cf92a163df23ecb40f894e502901c8532ffa1c0742790b5985bee5 1 0.00/1.00 vMB 0
46,861 46,861 000000001d114cf0bde8bb87adb3e2cf6f789b68506045bdae319c789f844e28 1 0.00/1.00 vMB 0
46,860 46,860 000000000a83fa8dd00307e53e610987e24c9e7928eb0ebddae659dccaecae96 1 0.00/1.00 vMB 0
46,859 46,859 000000001247ff170fd90223bf8dbb7dc2bee8dcd9fe50ee6803a8405f00ca2a 4 0.00/1.00 vMB 0
46,858 46,858 0000000014390286b18da71f6e2c6e3d6da5d0769a0847a7afd534789ca49346 1 0.00/1.00 vMB 0
46,857 46,857 000000000f9d749a43006d6954d493bf689cf7f9ae390895155bcc4ff6641806 1 0.00/1.00 vMB 0
46,856 46,856 000000001b3271baa5c134d80b9bdfc569ac9852bbda72ed7809c9289913a9e1 1 0.00/1.00 vMB 0
46,855 46,855 00000000201b3160eda42a2c6ba292286cf26f1bad5999bca60e2d2e2268dcb6 1 0.00/1.00 vMB 0
46,854 46,854 0000000020e0e4aee88367902d45379745343abad0cf2424066bd7622e168ff4 1 0.00/1.00 vMB 0
46,853 46,853 000000001096d642f6a5cfe81ca71be7d231fe0e833ba2f9f25b4469d7093a70 2 0.00/1.00 vMB 0
46,852 46,852 000000000ee2e26c3c7c5c937cf6c876309b270e89e96c3dd9a3bedc2ac2af9a 1 0.00/1.00 vMB 0
46,851 46,851 000000001e114070a239def8052c8def6c57c1e84bfc64ba21543192bf3da8df 1 0.00/1.00 vMB 0
46,850 46,850 000000003130718f4ec8552f56dd3978d74bdf84b3dd1e5c695caf79967ae191 1 0.00/1.00 vMB 0
46,849 46,849 00000000368d3e537bc55155bcd7ccc379ec0a174abf443b74ec0c2c1d281135 1 0.00/1.00 vMB 0
46,848 46,848 000000001ca49b0b34e3b1b6a35e02846e10a98831f6c1b071205e392ddd9a60 1 0.00/1.00 vMB 0
46,847 46,847 0000000037c3c23818af0e333ad5bf65818b5efbe2b68a4f63774f8d070b7e8f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.10 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: 651.65 GB
    • Received: 13.61 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.