Loading Tool

Explorer IconExplorer

Memory Pool

82,213 transactions
30.20 vMB
0.09939126 BTC
Random Selection Loading Transactions
Max Size: 182.31/200 MB

Candidate Block

Mining Attempt dac8972c0ae21a09ec6abffc330c06decb887cbc9bf65d8c1b93f1123f110956
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 2d3d00b0a17dcf5cdd9095d34934374e2ea183a87c5cd26901a7227cf53afefe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,651
Size: 1.00 vMB
Total Fees: 0.03732056 BTC
Feerates: 526.32 > 3.74 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (226,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,008 688,008 0000000000000000000dcc3c080c8d3c72ef7a4dabd71249e1683aa901d46ecb 1,863 1.00/1.00 vMB 43
688,007 688,007 00000000000000000005f2bcf07d5d7beb69af1a75f6642335247b61a11599ce 716 0.42/1.00 vMB 21
688,006 688,006 00000000000000000003c933afd276c6147b494caed49f1f96284230858e2fb6 1,317 0.51/1.00 vMB 23
688,005 688,005 00000000000000000008e7f4b9c9ae5a4981603b8273bc217c73e5de0aefc546 2,371 1.00/1.00 vMB 21
688,004 688,004 00000000000000000004b3f05bdc90a2278e3095413b81c8ae27c4f104ac75c3 2,431 1.00/1.00 vMB 4
688,003 688,003 0000000000000000000b64ac9996e507fc3d08a09821899a488afaf8d3978d5a 2,277 1.00/1.00 vMB 30
688,002 688,002 0000000000000000000490138a2be4f17d38c90f16fe084870af165a582cf859 2,123 1.00/1.00 vMB 25
688,001 688,001 00000000000000000009d81aa81377993bfb1c745fca85d1a9df2320dc92ad42 826 1.00/1.00 vMB 31
688,000 688,000 00000000000000000001526f8ec147535a7c4316e3375439a334c03b3e2605d3 2,631 1.00/1.00 vMB 55
687,999 687,999 00000000000000000009c483612469d3a5844d883dfcb36a99066a73e8dd08dd 2,372 1.00/1.00 vMB 17
687,998 687,998 00000000000000000006ca86d22dc332f5620fdd5c67ad2a837270d1abfab89a 2,263 1.00/1.00 vMB 46
687,997 687,997 0000000000000000000cf97a518f2a591b5fc13818db482078166b6e3bfce0d0 2,645 1.00/1.00 vMB 11
687,996 687,996 00000000000000000009965fca35a1fad4351cee68dbd0537c69048afb87dbe1 2,771 1.00/1.00 vMB 28
687,995 687,995 0000000000000000000bb00f13bf42a37b2275766aa459e4a844d90b3d10d99c 2,569 1.00/1.00 vMB 24
687,994 687,994 0000000000000000000d60e30320331472ef54ae0ef975eaaacc1095e6026478 2,218 1.00/1.00 vMB 24
687,993 687,993 00000000000000000004dd976be821fe7b6af9ff268c1fabb3c1d334d9d9f5f9 338 1.00/1.00 vMB 29
687,992 687,992 000000000000000000059c13ed6889ec8a1f21500319c7063f6a2f7a99635826 2,338 1.00/1.00 vMB 48
687,991 687,991 00000000000000000000cf5330a5cc048b1f3171b0bfc718844005aad27dc6c4 1,809 0.76/1.00 vMB 18
687,990 687,990 0000000000000000000a46127810868a7f73f5a0d30641fd5fe203b91cadeb0b 2,382 1.00/1.00 vMB 22
687,989 687,989 000000000000000000048c2949a623a072435ec0dace356c420440ac8bb9e1c1 3,002 1.00/1.00 vMB 6
687,988 687,988 0000000000000000000c9a18e28a1e7aeec159930dbd3b789cf66d15ac1df21b 1,908 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.73 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.