Loading Tool

Explorer IconExplorer

Memory Pool

43,751 transactions
26.72 vMB
0.06705447 BTC
Random Selection Loading Transactions
Max Size: 140.63/200 MB

Candidate Block

Mining Attempt 493c30d7782b42f6ec2cd3ffc387e1a070756fa69654dacd5ce541bdf57be320
Version 20000000
Previous Block 00000000000000000000474abf3fcf62d8e89483dbbfc4091cc0a57225296f17
Merkle Root e02fdcb573974b07fdfb83dc5be40e003e3f6764d11838d7e5bbb3768493fb06
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,091
Size: 1.00 vMB
Total Fees: 0.01792161 BTC
Feerates: 200.71 > 1.80 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,728 (524,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,006 390,006 00000000000000000003a94bb58e3adde645dff7984e96195c62d59831f7614a 2,392 1.00/1.00 vMB 40
390,005 390,005 0000000000000000091f6819890905c332464bf6c175cb20a231223d1483ef6d 2,354 0.93/1.00 vMB 39
390,004 390,004 000000000000000001c9b227b6d515a93e95a4be783e9c1668b3b519a84b81f6 2,403 0.75/1.00 vMB 61
390,003 390,003 000000000000000004870f3eef123ddc74f306b60f6b59d16646ffcb3ea7777e 1,090 0.57/1.00 vMB 39
390,002 390,002 000000000000000007c92163bb66d44284d0b9f1d5027c6494e66ac4004919ef 1,782 0.98/1.00 vMB 29
390,001 390,001 0000000000000000055265fb53f189394aaa2c88ca37548c693c17965c9a45e2 2,107 0.93/1.00 vMB 38
390,000 390,000 00000000000000000520000e60b56818523479ada2614806ba17ce0bbe6eaded 854 1.00/1.00 vMB 17
389,999 389,999 000000000000000000c8f139cb532b43e64c014c791daafdd4acaceec101da0a 1,085 1.00/1.00 vMB 19
389,998 389,998 000000000000000000b621f3e00db8744990fc2e37c311805cf16b2732798802 2,598 1.00/1.00 vMB 44
389,997 389,997 0000000000000000090853300af721bd9039c7f8334b1b70451b9fbf1f785783 1,131 0.75/1.00 vMB 21
389,996 389,996 00000000000000000af0b132a8fdecf9d9aa9ed96e684c72e35f65b61d8fe7ef 1,958 0.95/1.00 vMB 32
389,995 389,995 0000000000000000036b35f0d45f03e00667302ba6e7bfae8c0714f0e41bbd10 2,533 1.00/1.00 vMB 41
389,994 389,994 00000000000000000527fdd03c7584a0ba3f022f53fb13ffb55dc590e2f8a0a9 1,893 1.00/1.00 vMB 23
389,993 389,993 00000000000000000055962169f4b1490a4cfdfc2d2afe0a3f389a344f3d1eac 1,982 0.75/1.00 vMB 49
389,992 389,992 00000000000000000063bf745b83b3f83fcf47895a135036724746a36e835e1c 2,629 0.93/1.00 vMB 45
389,991 389,991 000000000000000009e599b40505e993b526dff6f5b7f05c40f784b7251be130 3,055 0.93/1.00 vMB 73
389,990 389,990 000000000000000005a5b16c3bf41ebbe065bd4db0030472aa57db527929e348 3,004 1.00/1.00 vMB 57
389,989 389,989 0000000000000000078fd587ba62894dd9fbd6a1113658eb33698fcf110d369c 2,234 1.00/1.00 vMB 33
389,988 389,988 0000000000000000043b64a5eac5428e75ecc05b43c831f7559c4d053ebec74b 531 0.29/1.00 vMB 23
389,987 389,987 00000000000000000b03a2745a1b29973d95a0ad081cb61b3d819dcc891fc4f9 1,277 0.93/1.00 vMB 21
389,986 389,986 000000000000000005af1a62961ccebc2d75b130d90333d73ca533e0b37b01e6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.91 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 645.84 GB
    • Received: 12.78 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.