Loading Tool

Explorer IconExplorer

Memory Pool

35,828 transactions
25.73 vMB
0.05717677 BTC
Random Selection Loading Transactions
Max Size: 131.55/200 MB

Candidate Block

Mining Attempt 3a2c8a6d4abe32503e6fd7248f4f3f521119f194ac326eb1ff6a88a58f409448
Version 20000000
Previous Block 00000000000000000001f9f936ca5215314d23d86e9f12fe5ec8d919f5bb3584
Merkle Root bf1925c89e2471c269f84735dd681db55ae5f719e9483a13ff02e0ddaef2af40
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,449
Size: 1.00 vMB
Total Fees: 0.01010574 BTC
Feerates: 353.36 > 1.01 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,678 (525,691 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,987 388,987 000000000000000007291f404933abc44e34c18a1113c3105acffd163d0a50bb 745 0.41/1.00 vMB 29
388,986 388,986 0000000000000000084803d969e9b56fbe0f1e1c86c6e69505c98e40fbd5ab91 2,371 0.92/1.00 vMB 41
388,985 388,985 0000000000000000089f6d54130984f885ca5b794a53b9a7648c3e3f04f1b3a6 123 0.06/1.00 vMB 39
388,984 388,984 000000000000000007d20f99248112a5dcf8c33b2339f4bbc0bfa4dba907a403 831 0.48/1.00 vMB 24
388,983 388,983 0000000000000000089da3d99566c0119167143f010815d985ce9e5c2ad386a8 2,814 0.93/1.00 vMB 43
388,982 388,982 00000000000000000d05201150a5271adf84c53a95312048e9cb8cf3312ac3b6 514 0.59/1.00 vMB 19
388,981 388,981 0000000000000000058c98a9b4f53976ab34f90b5b7104b5ffaf796420980fcf 1,007 0.38/1.00 vMB 39
388,980 388,980 0000000000000000050143bd6717669766b17c961e1ebba9db0e79916d30556d 2,221 0.92/1.00 vMB 39
388,979 388,979 0000000000000000005e745d32addd41c8d7cb4e2991cd126ea6b56e77ca13fd 629 0.22/1.00 vMB 38
388,978 388,978 00000000000000000382a0601a6c9f88ebe34be493656ccb91c48b68912b5952 477 0.24/1.00 vMB 32
388,977 388,977 00000000000000000a685d8d3dcb12c7d6d377ddae188c89e02c14446521d549 1 0.00/1.00 vMB 0
388,976 388,976 00000000000000000bb49f2b1662a61d72646c1d390147acba82b5437045870b 1,906 0.80/1.00 vMB 38
388,975 388,975 00000000000000000b2fee27a336e6d3baac304ba009c3344df5d52d6320fa3e 1,297 0.55/1.00 vMB 36
388,974 388,974 000000000000000005e80fb2f95d43fab6af12d1c6c5e0db945356d73543222b 2 0.00/1.00 vMB 0
388,973 388,973 00000000000000000dad59448839434dc84c3bade4a81eb0956bcea8b7e4a1de 2 0.00/1.00 vMB 0
388,972 388,972 000000000000000007a208131a8437fba01a2b6feea6c6e46ad64af30007d5c6 1,608 0.65/1.00 vMB 55
388,971 388,971 00000000000000000ae801048add0b3f15e596dc0d3fef490442dc5a15db6e44 882 1.00/1.00 vMB 15
388,970 388,970 000000000000000004aa279e5f4c53d4a948a436a39f864a46f0d4d1e941374d 2,042 0.95/1.00 vMB 38
388,969 388,969 000000000000000008c49690030da36a9ae3ff0c65728f8d5a8803ce160d2836 1,066 0.41/1.00 vMB 40
388,968 388,968 000000000000000005090ce1d3f6c61e64fe2c6ec51bbd98a4232161d7865730 1,646 0.75/1.00 vMB 63
388,967 388,967 00000000000000000265846563f86f2847d45b589ffb5f51769b0940286ea80d 1,072 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.82 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: 635.83 GB
    • Received: 12.33 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.